aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorYaron de Leeuw <me@jarondl.net>2014-12-10 20:57:01 +0200
committerYaron de Leeuw <me@jarondl.net>2014-12-10 20:57:01 +0200
commit41b375c9f5bd36e5c87c0ab8b8ed2f671eebbb54 (patch)
tree7c32d2e6f5e30f283ade7745f01522fc24733c7b /.travis.yml
parent3732a814b2aece82d2d23367ee521f234a433a78 (diff)
downloaddateutil-41b375c9f5bd36e5c87c0ab8b8ed2f671eebbb54.tar.gz
tests: switch to nosetest, which allows to skip tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2402fca..a761142 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,4 +11,4 @@ install:
- pip install six
- python updatezinfo.py
script:
- - python setup.py test
+ - nosetests