We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0154f commit 797dad6Copy full SHA for 797dad6
1 file changed
.travis.yml
@@ -11,14 +11,14 @@ jobs:
11
- python: 3.6
12
13
before_install:
14
- - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install python-numpy python3-numpy python-lzma; fi
+ - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install python-numpy python3-numpy; fi
15
+ - pip install backports.lzma
16
17
addons:
18
apt:
19
packages:
20
- python3-numpy
21
- python-numpy
- - python-lzma
22
update: true
23
24
script:
0 commit comments