Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Jul 24, 2017
1 parent dd08630 commit 10830b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ install:
- python setup.py develop

script:
- py.test tests --doctest-modules --pep8 geocoder -v --cov geocoder --cov-report term-missing

after_success:
- coveralls
- py.test tests

notifications:
email:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ init:
pip install -r requirements.txt

test:
py.test -n auto tests --doctest-modules --pep8 geocoder -v --cov geocoder --cov-report term-missing
py.test tests

clean:
python setup.py clean --all
Expand Down

0 comments on commit 10830b0

Please sign in to comment.