aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorYaron de Leeuw <me@jarondl.net>2014-11-20 22:36:52 +0200
committerYaron de Leeuw <me@jarondl.net>2014-11-20 22:36:52 +0200
commitd722aad590e82cf547f291e8641b4e5bfd712af5 (patch)
tree296d91d1f8ad2d09901e3e568f26ece40b508ea0 /.travis.yml
parent5e0711dd7788d653a1bcfd07bd1b3badbc31f8f6 (diff)
downloaddateutil-d722aad590e82cf547f291e8641b4e5bfd712af5.tar.gz
change updatezinfo, and travis config
chnaged updatezinfo to download a specific tag (e.g. 2014j), and checksum it. Also make travis create it's own python envs, and run updatezinfo. Without downloading the file it fails.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml20
1 files changed, 11 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index ef539fc..1c12758 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,14 @@
language: python
-python: "3.4"
-env:
- - TOX_ENV=py26
- - TOX_ENV=py27
- - TOX_ENV=py32
- - TOX_ENV=py33
- - TOX_ENV=py34
+python:
+ - "2.6"
+ - "2.7"
+ - "3.2"
+ - "3.3"
+ - "3.4"
+ - "pypy"
+ - "pypy3"
install:
- - pip install tox
+ - pip install six
+ - python updatezinfo.py
script:
- - tox -e $TOX_ENV
+ - python test.py