mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-06 05:14:38 +08:00
BLD: Exclude test_examples from Travis-CI, also exclude scipy.
scipy build was getting too heavyweight for the Travis-CI build. Removes test_examples from Travis-CI run, since the examples depend on scipy and other compiled libraries. Please, still run test_examples before submitting patches.
This commit is contained in:
+2
-3
@@ -7,10 +7,9 @@ before_install:
|
||||
- pushd ta-lib; ./configure; make; sudo make install; popd
|
||||
- sudo apt-get install gfortran
|
||||
install:
|
||||
- pip install scipy==0.12.0
|
||||
- cat etc/requirements_dev.txt | grep -v "^#" | grep -v "^$" | grep -v ipython | grep -v nose== | xargs pip install --use-mirrors
|
||||
- cat etc/requirements_dev.txt | grep -v "^#" | grep -v "^$" | grep -v ipython | grep -v nose== | grep -v scipy | grep -v matplotlib | grep -v statsmodels | grep -v patsy | xargs pip install --use-mirrors
|
||||
- etc/ordered_pip.sh etc/requirements.txt
|
||||
before_script:
|
||||
- "flake8 zipline tests"
|
||||
script:
|
||||
- nosetests
|
||||
- nosetests --exclude=^test_examples
|
||||
|
||||
Reference in New Issue
Block a user