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 4c50ed9 commit a7fdc32Copy full SHA for a7fdc32
.travis.yml
@@ -11,7 +11,8 @@ before_install:
11
- conda config --add channels defaults
12
- conda config --add channels conda-forge
13
install:
14
- - conda install python=$TRAVIS_PYTHON_VERSION isa-l tox
+ - conda create -n test python=$TRAVIS_PYTHON_VERSION isa-l tox
15
+ - source activate test
16
17
python: 3.5 # Use the oldest supported version of python as default.
18
script:
0 commit comments