File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
run : |
33
33
rm -rf build/
34
34
pip install coverage --upgrade -r requirements-test.txt
35
- pip install --editable .
35
+ pip install xmlsec --only-binary=xmlsec --no-index --find-links=dist/
36
36
- name : Run tests
37
37
run : |
38
38
coverage run -m pytest -v --color=yes
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ addons:
36
36
install :
37
37
- travis_retry pip install --upgrade pip setuptools wheel
38
38
- travis_retry pip install coverage -r requirements-test.txt --upgrade --force-reinstall
39
- - travis_retry pip install -e "."
40
- - pip list
39
+ - python setup.py bdist_wheel
40
+ - pip install xmlsec --only-binary=xmlsec --no-index --find-links=dist/
41
41
script : coverage run -m pytest -v tests --color=yes
42
42
after_success :
43
43
- lcov --capture --no-external --directory . --output-file coverage.info
You can’t perform that action at this time.
0 commit comments