Add Python 3.7 support (#502)

This commit is contained in:
Johannes Hoppe 2018-08-18 14:36:06 +02:00 committed by GitHub
parent ebbdd2b9be
commit 0f18958099
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,6 @@
language: python
sudo: true
dist: xenial
cache:
- apt
- pip
@ -13,6 +15,7 @@ addons:
- graphviz
python:
- "3.6"
- "3.7"
env:
matrix:
- DJANGO=111
@ -25,6 +28,13 @@ matrix:
fast_finish: true
allow_failures:
- env: DJANGO=master
exclude:
- python: "3.7"
env: TOXENV=docs
- python: "3.7"
env: DJANGO=111
- python: "3.6"
env: TOXENV=qa
install:
- pip install --upgrade pip tox
- pip install -U codecov