mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
travis experiment #7
This commit is contained in:
parent
162b567e84
commit
e9642ac3d9
3 changed files with 28 additions and 13 deletions
14
.travis.yml
14
.travis.yml
|
|
@ -14,21 +14,11 @@ python:
|
|||
|
||||
before_install:
|
||||
- sudo apt-get install -y git mercurial
|
||||
- sudo bash build_wheel_on_travis.sh
|
||||
- sudo bash travis_build_wheel.sh
|
||||
|
||||
install:
|
||||
- pip install $(cat requirements-test.txt)
|
||||
|
||||
script:
|
||||
- python --version
|
||||
- python -m flake8 src/pycalver/
|
||||
|
||||
- export MYPYPATH=stubs/
|
||||
- python -m mypy src/pycalver/
|
||||
|
||||
- export PYTHONPATH=src/:$PYTHONPATH
|
||||
- python -m pytest --cov=pycalver test/
|
||||
- codecov
|
||||
|
||||
- rst2html5 --strict README.rst > /dev/null
|
||||
- rst2html5 --strict CHANGELOG.rst > /dev/null
|
||||
- bash travis_run_tests.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue