Skip to content

Commit 5149ac9

Browse files
committed
Trying fix travis 2
1 parent b52e43a commit 5149ac9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ python:
55

66
pre-install:
77
- 'sudo apt-get update -qq'
8-
- 'sudo apt-get install -qq libxml2-dev'
8+
- 'sudo apt-get install -qq libxml2-dev libxmlsec1-dev'
99
install:
10-
- 'travis_retry pip install . --use-mirrors'
11-
- 'travis_retry pip install -e ".[test]" --use-mirrors'
10+
- 'travis_retry pip install .'
11+
- 'travis_retry pip install -e ".[test]"'
1212

1313
script:
1414
- 'coverage run --source=src/onelogin/saml2 --rcfile=tests/coverage.rc setup.py test'

0 commit comments

Comments
 (0)