Skip to content

Commit

Permalink
Try another incantation to get Python 3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Jul 14, 2019
1 parent 10356d6 commit 5bf3a87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: python
sudo: false
dist: xenial
python:
- "2.7"
- "3.5"
- "3.6"
- { python: "3.7", dist: xenial, sudo: true } # Python 3.7+ requires Xenial
- "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 5bf3a87

Please sign in to comment.