We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52e43a commit 5149ac9Copy full SHA for 5149ac9
1 file changed
.travis.yml
@@ -5,10 +5,10 @@ python:
5
6
pre-install:
7
- 'sudo apt-get update -qq'
8
- - 'sudo apt-get install -qq libxml2-dev'
+ - 'sudo apt-get install -qq libxml2-dev libxmlsec1-dev'
9
install:
10
- - 'travis_retry pip install . --use-mirrors'
11
- - 'travis_retry pip install -e ".[test]" --use-mirrors'
+ - 'travis_retry pip install .'
+ - 'travis_retry pip install -e ".[test]"'
12
13
script:
14
- 'coverage run --source=src/onelogin/saml2 --rcfile=tests/coverage.rc setup.py test'
0 commit comments