Skip to content

Commit 7b5e823

Browse files
committed
Trying fix travis 3
1 parent 5149ac9 commit 7b5e823

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ python:
33
- '2.6'
44
- '2.7'
55

6-
pre-install:
6+
before-install:
77
- 'sudo apt-get update -qq'
8-
- 'sudo apt-get install -qq libxml2-dev libxmlsec1-dev'
8+
- 'sudo apt-get install -qq libxml2-dev libxmlsec1-openssl libxmlsec1-dev'
99
install:
1010
- 'travis_retry pip install .'
1111
- 'travis_retry pip install -e ".[test]"'

0 commit comments

Comments
 (0)