We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aabad2f commit 2331028Copy full SHA for 2331028
1 file changed
.travis.yml
@@ -26,9 +26,7 @@ before_install:
26
- conda config --set always_yes yes --set changeps1 no
27
- conda update -q conda
28
- conda info -a
29
- # Should remove the numpy/scipy rules here ASAP, as soon as
30
- # numpy 1.10.2 and scipy 0.16.1 are in conda.
31
- - conda create -q -n testenv python=$TRAVIS_PYTHON_VERSION numpy==1.9.2 scipy==0.15.1 coverage nose pip
+ - conda create -q -n testenv python=$TRAVIS_PYTHON_VERSION numpy scipy coverage nose pip
32
- source activate testenv
33
- conda install pandas${PANDAS_VERSION_STR}
34
install:
0 commit comments