mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
travis experiment #6
This commit is contained in:
parent
7b372b87b8
commit
162b567e84
3 changed files with 13 additions and 22 deletions
|
|
@ -14,17 +14,13 @@ python:
|
|||
|
||||
before_install:
|
||||
- sudo apt-get install -y git mercurial
|
||||
- sudo bash setup_travis.sh
|
||||
|
||||
- sudo bash build_wheel_on_travis.sh
|
||||
|
||||
install:
|
||||
- pip install $(cat requirements-test.txt)
|
||||
- python3.7 -m pip install lib3to6
|
||||
- python3.7 setup.py bdist_wheel --python-tag=py2.py3
|
||||
|
||||
script:
|
||||
- python --version
|
||||
- python3.7 --version
|
||||
- python -m flake8 src/pycalver/
|
||||
|
||||
- export MYPYPATH=stubs/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue