Skip to content

Commit 64a91d5

Browse files
committed
[travis] Use master branch travis file
1 parent 5d2701b commit 64a91d5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@ matrix:
1414
- python: "3.4"
1515
- python: "3.5"
1616

17-
before_install:
18-
- sudo apt-get -qq update
19-
- sudo apt-get install -y python-enum python-lxml
20-
2117
install:
2218
- export PYVER=${TRAVIS_PYTHON_VERSION:0:1}
2319
- pip install --upgrade coveralls
20+
- pip install lxml enum34 pyyaml
2421

2522
script:
2623
- python setup.py build

0 commit comments

Comments
 (0)