Skip to content

Commit 746f771

Browse files
committed
Create environment
1 parent 1645b3d commit 746f771

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 conda-forge
1212

1313
install:
14-
- conda install python=$TRAVIS_PYTHON_VERSION tox isa-l
14+
- conda create -n python-isal python=$TRAVIS_PYTHON_VERSION tox isa-l
15+
- source activate python-isal
1516

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

0 commit comments

Comments
 (0)