Skip to content

Commit

Permalink
Reverted the tox command back
Browse files Browse the repository at this point in the history
  • Loading branch information
bharadwajyarlagadda committed Mar 13, 2016
1 parent 7cb1b49 commit b218609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
- pip install coveralls
# command to run tests
script:
- coverage run --source=bingmaps setup.py test
- coverage run --source bingmaps setup.py test
# commands to run setup file
# commands to run some style (pep8, pylint) tests on
# the package
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[testenv]
deps = -rrequirements/development.txt
commands =
coverage run --source bingmaps -m pytest tests
invoke tests

0 comments on commit b218609

Please sign in to comment.