Use nosetests in .travis.yml

This commit is contained in:
2017-04-22 12:48:21 +02:00
parent e38dc0c92a
commit a7d93035e8

View File

@@ -13,5 +13,6 @@ python:
- "nightly" # currently points to 3.7-dev
# command to install dependencies
install: "pip install -r requirements.txt"
install: "pip install nose"
# command to run tests
script: pytest
script: nosetests