mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 09:15:34 +00:00
Use nosetests in .travis.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user