Skip to content

Commit 68d8828

Browse files
authored
Merge pull request #5 from rhpvorderman/Focal
Simplify build environment
2 parents 1552e24 + 2657bc6 commit 68d8828

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.travis.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
11
language: python
22
dist: focal
33

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
134
install:
14-
- conda create -n test python=$TRAVIS_PYTHON_VERSION isa-l tox
15-
- source activate test
5+
- sudo apt-get update && sudo apt-get install -y libisal-dev
6+
- pip install tox
167

178
python: 3.6 # Use the oldest supported version of python as default.
189
script:

0 commit comments

Comments
 (0)