Skip to content

Commit

Permalink
Add Python 3.7 support (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe authored Aug 18, 2018
1 parent ebbdd2b commit 0f18958
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: python
sudo: true
dist: xenial
cache:
- apt
- pip
Expand All @@ -13,6 +15,7 @@ addons:
- graphviz
python:
- "3.6"
- "3.7"
env:
matrix:
- DJANGO=111
Expand All @@ -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
Expand Down

0 comments on commit 0f18958

Please sign in to comment.