Skip to content

Commit

Permalink
run tests only once through coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Mar 30, 2018
1 parent bc31df3 commit 79fd3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:

# run tests
script:
- python -m unittest discover
#- python -m unittest discover
# PEP 8
- pycodestyle isogeo_pysdk/isogeo_sdk.py --ignore="E265,E501" --statistics --show-source
- pycodestyle isogeo_pysdk/checker.py --ignore="E265,E501" --statistics --show-source
Expand Down

0 comments on commit 79fd3be

Please sign in to comment.