mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-16 11:18:11 +08:00
TST: Remove coverage from default nose config.
Add --with-coverage flag to Travis, so that reports are generated during continuous integration, but not during every invocation when running tests locally.
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ install:
|
||||
before_script:
|
||||
- pip freeze | sort
|
||||
script:
|
||||
- nosetests tests/
|
||||
- nosetests --with-coverage tests/
|
||||
- flake8 zipline tests
|
||||
# deactive env to get access to anaconda command
|
||||
- source deactivate
|
||||
|
||||
Reference in New Issue
Block a user