mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
travis experiment #3
This commit is contained in:
parent
3d382567a4
commit
bac4e59a69
1 changed files with 7 additions and 4 deletions
11
.travis.yml
11
.travis.yml
|
|
@ -7,15 +7,16 @@ cache: pip
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "3.7"
|
- "3.7"
|
||||||
- "3.6"
|
# - "3.6"
|
||||||
- "3.5"
|
# - "3.5"
|
||||||
# - "3.4" # not available for xenial
|
# - "3.4" # not available for xenial
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- curl -sSf -o python-3.7.tar.bz2 https://s3.amazonaws.com/travis-python-archives/binaries/ubuntu/16.04/x86_64/python-3.7.tar.bz2
|
||||||
|
- sudo tar xjf python-3.7.tar.bz2 --directory /
|
||||||
- sudo apt-get install -y git mercurial
|
- sudo apt-get install -y git mercurial
|
||||||
- sudo apt-get install -y python3.7
|
- python3.7 -m pip install lib3to6
|
||||||
- sudo python3.7 -m pip install lib3to6
|
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
@ -23,6 +24,8 @@ install:
|
||||||
- python3.7 setup.py bdist_wheel --python-tag=py2.py3
|
- python3.7 setup.py bdist_wheel --python-tag=py2.py3
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- python --version
|
||||||
|
- python3.7 --version
|
||||||
- python -m flake8 src/pycalver/
|
- python -m flake8 src/pycalver/
|
||||||
|
|
||||||
- export MYPYPATH=stubs/
|
- export MYPYPATH=stubs/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue