Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be91010

Browse files
committed
[travis] Use apt-get explicitly
1 parent 002fd94 commit be91010

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@ matrix:
1313
env: COVERALLS=1
1414
- python: "3.4"
1515
- python: "3.5"
16-
# - python: "3.6"
1716

18-
addons:
19-
apt:
20-
packages:
21-
- python-enum
22-
- python-lxml
17+
before_install:
18+
- sudo apt-get -qq update
19+
- sudo apt-get install -y python-enum python-lxml
2320

2421
install:
2522
- export PYVER=${TRAVIS_PYTHON_VERSION:0:1}

0 commit comments

Comments
 (0)