Travis CI: Add Python 3.7 to the testing

travis-ci/travis-ci#9069
This commit is contained in:
cclauss 2018-09-08 15:42:10 +02:00 committed by GitHub
parent 95ee92ff08
commit cba599257e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 7 deletions

View File

@ -4,14 +4,11 @@ cache: pip
python: python:
- 2.7 - 2.7
- 3.6 - 3.6
#- nightly
#- pypy
#- pypy3
matrix: matrix:
allow_failures: include:
- python: nightly - python: 3.7
- python: pypy dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
- python: pypy3 sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
install: install:
#- pip install -r requirements.txt #- pip install -r requirements.txt
- pip install flake8 # pytest # add another testing frameworks later - pip install flake8 # pytest # add another testing frameworks later