Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit fd1dca9

Browse files
committed
Attempt to fix travis build for python 3.4. Not sure why it isn't working.
1 parent 874a414 commit fd1dca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ before_install:
1414
- sudo ln -s /run/shm /dev/shm
1515
# Install packages
1616
install:
17-
- conda install --yes python=$TRAVIS_PYTHON_VERSION cython numpy scipy matplotlib nose dateutil pandas patsy statsmodels scikit-learn sympy
17+
- conda install --yes cython numpy scipy matplotlib nose dateutil pandas patsy statsmodels scikit-learn sympy
1818
- python setup.py build_ext --inplace --cythonize
1919
script: nosetests -s -v pyearth

0 commit comments

Comments
 (0)