summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini14
1 files changed, 14 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 57fef32..61030ec 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,3 +16,17 @@ commands=coverage run setup.py test
[pytest]
testpaths = payments
DJANGO_SETTINGS_MODULE = test_settings
+
+[travis]
+python =
+ 2.7: py27
+ 3.4: py34
+ 3.5: py35
+ 3.6: py36
+unignore_outcomes = True
+
+[travis:env]
+DJANGO =
+ 1.11: django111
+ 2.0: django2.0
+ master: django_master