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 3232 run : |
3333 rm -rf build/
3434 pip install coverage --upgrade -r requirements-test.txt
35- pip install --editable .
35+ pip install xmlsec --only-binary=xmlsec --no-index --find-links=dist/
3636 - name : Run tests
3737 run : |
3838 coverage run -m pytest -v --color=yes
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ addons:
3636install :
3737- travis_retry pip install --upgrade pip setuptools wheel
3838- 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/
4141script : coverage run -m pytest -v tests --color=yes
4242after_success :
4343- lcov --capture --no-external --directory . --output-file coverage.info
You can’t perform that action at this time.
0 commit comments