Merge pull request #1107 from quantopian/coverage-on-travis

TST: Remove coverage from default nose config.
This commit is contained in:
Eddie Hebert
2016-04-04 15:24:28 -04:00
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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
-1
View File
@@ -4,7 +4,6 @@ detailed-errors=1
with-ignore-docstrings=1
with-timer=1
timer-top-n=15
with-coverage=1
cover-package=zipline
[metadata]