mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 19:30:28 +08:00
BLD: run flake8 after tests
This commit is contained in:
committed by
Richard Frank
parent
5a7bad4005
commit
83cc14db4c
+2
-2
@@ -27,9 +27,9 @@ install:
|
||||
- pip install -e .
|
||||
before_script:
|
||||
- pip freeze | sort
|
||||
- flake8 zipline tests
|
||||
script:
|
||||
- nosetests --with-timer --exclude=^test_examples --with-coverage --cover-package=zipline --timer-top-n=15
|
||||
- nosetests tests/
|
||||
- flake8 zipline tests
|
||||
after_success:
|
||||
- coveralls
|
||||
|
||||
|
||||
Reference in New Issue
Block a user