Skip to content
Snippets Groups Projects
Unverified Commit 8084bb2e authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update .travis.yml

parent 065679a9
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,8 @@ install: ...@@ -36,6 +36,8 @@ install:
if [ "$TRAVIS_OS_NAME" == "linux" ]; then if [ "$TRAVIS_OS_NAME" == "linux" ]; then
conda install -y -c conda-forge/label/gcc7 python=$PYTHON_VERSION conda install -y -c conda-forge/label/gcc7 python=$PYTHON_VERSION
conda install -y gcc_linux-64 gxx_linux-64; conda install -y gcc_linux-64 gxx_linux-64;
else
conda install -y -c conda-forge python=$PYTHON_VERSION
fi fi
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment