Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002fd94 commit be91010Copy full SHA for be91010
.travis.yml
@@ -13,13 +13,10 @@ matrix:
13
env: COVERALLS=1
14
- python: "3.4"
15
- python: "3.5"
16
- # - python: "3.6"
17
18
-addons:
19
- apt:
20
- packages:
21
- - python-enum
22
- - python-lxml
+before_install:
+ - sudo apt-get -qq update
+ - sudo apt-get install -y python-enum python-lxml
23
24
install:
25
- export PYVER=${TRAVIS_PYTHON_VERSION:0:1}
0 commit comments