We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188fc4f commit 6332016Copy full SHA for 6332016
.travis.yml
@@ -46,6 +46,10 @@ install:
46
- echo "install"
47
- conda env create --file ci/requirements-$CONDA_ENV.yml
48
- source activate test_env # all envs are named test_env in the yml files
49
+ - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
50
+ pip install numpy==1.9.3;
51
+ pip install pandas==0.14.1;
52
+ fi
53
- conda list
54
- echo $PATH
55
- ls -l /home/travis/miniconda/envs/test_env/lib
ci/requirements-py27-min.yml
@@ -7,5 +7,3 @@ dependencies:
7
- nose
8
- pip:
9
- coveralls
10
- - numpy==1.9.3
11
- - pandas==0.14.1
0 commit comments