Skip to content

Commit

Permalink
Merge pull request #475 from CTPUG/feature/add-python-37-to-travis
Browse files Browse the repository at this point in the history
Add Python 3.7 to the Travis builds.
  • Loading branch information
hodgestar authored Jul 14, 2019
2 parents 27d32ee + 5bf3a87 commit fb55e75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: python
sudo: false
dist: xenial
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
env:
- DJANGO='django>=1.11.0,<1.12.0' TESTDB=sqlite
- DJANGO='django>=1.11.0,<1.12.0' TESTDB=postgres
Expand Down

0 comments on commit fb55e75

Please sign in to comment.