mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 17:15:36 +00:00
Use nosetests in .travis.yml
This commit is contained in:
@@ -13,5 +13,6 @@ python:
|
|||||||
- "nightly" # currently points to 3.7-dev
|
- "nightly" # currently points to 3.7-dev
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install: "pip install -r requirements.txt"
|
install: "pip install -r requirements.txt"
|
||||||
|
install: "pip install nose"
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: pytest
|
script: nosetests
|
||||||
|
|||||||
Reference in New Issue
Block a user