Skip to content

Commit 797dad6

Browse files
committed
use backports.lzma for python 2.7
1 parent 1d0154f commit 797dad6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
- python: 3.6
1212

1313
before_install:
14-
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install python-numpy python3-numpy python-lzma; fi
14+
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install python-numpy python3-numpy; fi
15+
- pip install backports.lzma
1516

1617
addons:
1718
apt:
1819
packages:
1920
- python3-numpy
2021
- python-numpy
21-
- python-lzma
2222
update: true
2323

2424
script:

0 commit comments

Comments
 (0)