Skip to content

Commit a7fdc32

Browse files
committed
Create separate environment
1 parent 4c50ed9 commit a7fdc32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ before_install:
1111
- conda config --add channels defaults
1212
- conda config --add channels conda-forge
1313
install:
14-
- conda install python=$TRAVIS_PYTHON_VERSION isa-l tox
14+
- conda create -n test python=$TRAVIS_PYTHON_VERSION isa-l tox
15+
- source activate test
1516

1617
python: 3.5 # Use the oldest supported version of python as default.
1718
script:

0 commit comments

Comments
 (0)