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.
2 parents 1552e24 + 2657bc6 commit 68d8828Copy full SHA for 68d8828
.travis.yml
@@ -1,18 +1,9 @@
1
language: python
2
dist: focal
3
4
-before_install:
5
- # Install conda
6
- - export MINICONDA=${HOME}/miniconda
7
- - export PATH=${MINICONDA}/bin:${PATH}
8
- - wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
9
- - bash miniconda.sh -b -f -p ${MINICONDA}
10
- - conda config --set always_yes yes
11
- - conda config --add channels defaults
12
- - conda config --add channels conda-forge
13
install:
14
- - conda create -n test python=$TRAVIS_PYTHON_VERSION isa-l tox
15
- - source activate test
+ - sudo apt-get update && sudo apt-get install -y libisal-dev
+ - pip install tox
16
17
python: 3.6 # Use the oldest supported version of python as default.
18
script:
0 commit comments