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