aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorYaron de Leeuw <me@jarondl.net>2014-12-10 22:19:32 +0200
committerYaron de Leeuw <me@jarondl.net>2014-12-10 22:19:32 +0200
commitecefd40fd61ec7922f22aa336081881f28610997 (patch)
tree99280f78dda801e090d9209f6333d9403f86ff11 /.travis.yml
parent41b375c9f5bd36e5c87c0ab8b8ed2f671eebbb54 (diff)
downloaddateutil-ecefd40fd61ec7922f22aa336081881f28610997.tar.gz
fix CI on python2.6
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a761142..6771626 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ python:
- "pypy3"
install:
- pip install six
+ - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
- python updatezinfo.py
script:
- - nosetests
+ - python setup.py test