File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
- 2.7
5
5
# Setup anaconda
6
6
before_install :
7
- - if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then wget http://repo.continuum.io/miniconda/Miniconda-2.0.3 -Linux-x86_64.sh -O miniconda.sh; else wget http://repo.continuum.io/miniconda/Miniconda3-2.0.3 -Linux-x86_64.sh -O miniconda.sh; fi
7
+ - if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then wget http://repo.continuum.io/miniconda/Miniconda-2.2.2 -Linux-x86_64.sh -O miniconda.sh; else wget http://repo.continuum.io/miniconda/Miniconda3-2.2.2 -Linux-x86_64.sh -O miniconda.sh; fi
8
8
- chmod +x miniconda.sh
9
9
- ./miniconda.sh -b
10
10
- export PATH=/home/travis/anaconda/bin:$PATH
@@ -40,4 +40,4 @@ script:
40
40
41
41
# Calculate coverage
42
42
after_success :
43
- - coveralls --config_file .coveragerc
43
+ - coveralls --config_file .coveragerc
You can’t perform that action at this time.
0 commit comments