Skip to content

Commit f2cd04e

Browse files
committed
Trying fix travis 6
1 parent 67cfc2a commit f2cd04e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ language: python
22
python:
33
- '2.7'
44

5-
before-install:
6-
- 'travis_retry sudo apt-get install python-dev libxml2-dev libxmlsec1-dev'
7-
85
install:
6+
- sudo apt-get install -qq python-dev libxml2-dev libxmlsec1-dev
97
- 'travis_retry pip install .'
108
- 'travis_retry pip install -e ".[test]"'
119

0 commit comments

Comments
 (0)