Skip to content

Commit

Permalink
drop nose for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Mar 10, 2019
1 parent 66d1dc8 commit 12fae13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ install:
- pip install --upgrade pip
- pip install -e .[testing]
script:
- nosetests --with-coverage ./tests.py
- coverage run --include=arcgis2geojson.py ./tests.py
after_success:
- coveralls
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def _get_description():
extras_require={
'testing': [
'python-coveralls',
'nose',
'mock',
]
},
Expand Down

0 comments on commit 12fae13

Please sign in to comment.