Skip to content

Commit 9f27790

Browse files
committed
Add Python 3.7 support
1 parent f6eaa26 commit 9f27790

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: python
2+
sudo: true
3+
dist: xenial
24
cache:
35
- apt
46
- pip
@@ -12,7 +14,7 @@ addons:
1214
- python-enchant
1315
- graphviz
1416
python:
15-
- "3.6"
17+
- "3.7"
1618
env:
1719
matrix:
1820
- DJANGO=111

0 commit comments

Comments
 (0)