travis experiment #2

This commit is contained in:
Manuel Barkhau 2018-09-05 08:50:32 +02:00
parent e0690d9678
commit 3d382567a4

View file

@ -9,19 +9,18 @@ python:
- "3.7" - "3.7"
- "3.6" - "3.6"
- "3.5" - "3.5"
- "3.4" # - "3.4" # not available for xenial
- "2.7" - "2.7"
before_install: before_install:
- apt-get install -y git mercurial - sudo apt-get install -y git mercurial
- apt-get install -y python3.7 - sudo apt-get install -y python3.7
- python3.7 -m pip install lib3to6 - sudo python3.7 -m pip install lib3to6
- python3.7 setup.py bdist_wheel --python-tag=py2.py3
install: install:
- pip install $(cat requirements-test.txt) - pip install $(cat requirements-test.txt)
- pip install . - python3.7 setup.py bdist_wheel --python-tag=py2.py3
script: script:
- python -m flake8 src/pycalver/ - python -m flake8 src/pycalver/