Skip to content

Commit 992943b

Browse files
committed
Ensure liblzma-dev is available on Travis CI.
1 parent 086402b commit 992943b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
language: python
22

3+
sudo: false
4+
5+
addons:
6+
apt:
7+
packages:
8+
- liblzma-dev
9+
310
python:
411
- 2.7
512
- 3.4

0 commit comments

Comments
 (0)