summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2016-02-12 01:28:24 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2016-02-12 01:28:24 +0100
commit52f57bb0fd9bd6edeb71d9d517069dca6531565e (patch)
treec2a14b62c2cab4fc75ab201b0ec0167b56989ac2 /.travis.yml
parent60076c03746c68fae570805997b38f79228b1e63 (diff)
downloadsemantic-version-52f57bb0fd9bd6edeb71d9d517069dca6531565e.tar.gz
Update test targets.
Drop support for Django 1.4; go up to 1.9
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 99eab05..2215483 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,13 +4,9 @@ python:
- "2.7"
- "3.4"
env:
- - DJANGO_VERSION=1.4
- DJANGO_VERSION=1.7
- DJANGO_VERSION=1.8
-matrix:
- exclude:
- - python: 3.4
- - env: DJANGO_VERSION=1.4
+ - DJANGO_VERSION=1.9
script:
- python setup.py test