We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2701b commit 64a91d5Copy full SHA for 64a91d5
1 file changed
.travis.yml
@@ -14,13 +14,10 @@ matrix:
14
- python: "3.4"
15
- python: "3.5"
16
17
-before_install:
18
- - sudo apt-get -qq update
19
- - sudo apt-get install -y python-enum python-lxml
20
-
21
install:
22
- export PYVER=${TRAVIS_PYTHON_VERSION:0:1}
23
- pip install --upgrade coveralls
+ - pip install lxml enum34 pyyaml
24
25
script:
26
- python setup.py build
0 commit comments