fix travis scripts

This commit is contained in:
Manuel Barkhau 2018-09-04 19:53:40 +02:00
parent 489e23dd53
commit f85481670e

View file

@ -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