Skip to content

Commit

Permalink
Use setuptools to run tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarsten committed Mar 8, 2017
1 parent f8f9b10 commit 342f2a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -3,5 +3,5 @@ python:
- "2.7"
- "3.6"
script:
- nose2
- python setup.py test
- ./testall
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -83,7 +83,6 @@
# $ pip install -e .[dev,test]
extras_require={
# 'dev': ['check-manifest'],
'test': ['nose2'],
},

# If there are data files included in your packages that need to be
Expand Down

0 comments on commit 342f2a5

Please sign in to comment.