summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-12-08 04:50:45 -0800
committerAarni Koskela <akx@iki.fi>2018-12-18 14:32:33 +0200
commit5dbc37af339aff21439d007f5ed11e5a2862609e (patch)
tree9654d68bf0a9d74e34ffda4cd47b1d4355a6c93f /tox.ini
parentc4f790500fd946f6d00bbc90c32086f881b23ba6 (diff)
downloadbabel-5dbc37af339aff21439d007f5ed11e5a2862609e.tar.gz
Add testing and document support for Python 3.7
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index b46fed7..87a53f0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,12 +1,12 @@
[tox]
-envlist = py27, pypy, py34, py35, py36, pypy3, py27-cdecimal
+envlist = py27, pypy, py34, py35, py36, py37, pypy3, py27-cdecimal
[testenv]
deps =
pytest==3.3.2
pytest-cov==2.5.1
cdecimal: m3-cdecimal
- freezegun==0.3.9
+ freezegun==0.3.11
whitelist_externals = make
commands = make clean-cldr test
passenv = PYTHON_TEST_FLAGS