Modified: trunk/.travis.yml (1021 => 1022)
--- trunk/.travis.yml 2019-10-03 18:34:54 UTC (rev 1021)
+++ trunk/.travis.yml 2019-10-03 19:10:37 UTC (rev 1022)
@@ -10,6 +10,7 @@
- "3.4"
- "3.5"
- "3.6"
+ - "3.7"
install:
- pip install .
@@ -18,7 +19,7 @@
script: python setup.py test
addons:
- postgresql: "9.4"
+ postgresql: "10"
services:
- postgresql
Modified: trunk/tox.ini (1021 => 1022)
--- trunk/tox.ini 2019-10-03 18:34:54 UTC (rev 1021)
+++ trunk/tox.ini 2019-10-03 19:10:37 UTC (rev 1022)
@@ -1,7 +1,7 @@
# config file for tox 2
[tox]
-envlist = py{26,27,33,34,35,36,37}
+envlist = py{26,27,33,34,35,36,37,38}
[testenv]
deps =
@@ -8,4 +8,4 @@
py26: unittest2
commands =
py26: unit2 discover []
- py{27,33,34,35,36,37}: python -m unittest discover []
+ py{27,33,34,35,36,37,38}: python -m unittest discover []