Skip to content

Commit

Permalink
[minor] Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
atb00ker authored and nemesifier committed May 11, 2020
1 parent 52a8e57 commit b00a9e8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ target/

# editors
*.komodoproject
vscode/

# other
*.DS_Store*
Pipfile
*~
._*
local_settings.py
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:

script:
- coverage run --source=openwisp_network_topology runtests.py
- bash run-qa-checks
- ./run-qa-checks

after_success:
coveralls
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,12 @@ Run tests with:
./runtests.py
Run qa tests:

.. code-block:: shell
./run-qa-checks
Contributing
------------

Expand Down

0 comments on commit b00a9e8

Please sign in to comment.