mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
fix travis scripts
This commit is contained in:
parent
489e23dd53
commit
f85481670e
1 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ install:
|
||||||
script:
|
script:
|
||||||
- export PYTHONPATH=src/:$PYTHONPATH
|
- export PYTHONPATH=src/:$PYTHONPATH
|
||||||
- export MYPYPATH=stubs/
|
- export MYPYPATH=stubs/
|
||||||
- python -m flake8 src/lib3to6/
|
- python -m flake8 src/pycalver/
|
||||||
- python -m mypy src/lib3to6/
|
- python -m mypy src/pycalver/
|
||||||
- python -m pytest --cov=lib3to6 test/
|
- python -m pytest --cov=pycalver test/
|
||||||
- rst2html5 --strict README.rst > /dev/null
|
- rst2html5 --strict README.rst > /dev/null
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue