aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-03-30 17:13:37 +0100
committerJason R. Coombs <jaraco@jaraco.com>2014-03-30 17:13:37 +0100
commit9cd58f5b62a43b50bbf01a41a9f6ad18002bcdd1 (patch)
tree38e02af4ba066f88bc0c213214944fbdb0274e75
parent588f3c4adf63bbd49f40ae3329da36a007f3091b (diff)
downloadexternal_python_setuptools-9cd58f5b62a43b50bbf01a41a9f6ad18002bcdd1.tar.gz
external_python_setuptools-9cd58f5b62a43b50bbf01a41a9f6ad18002bcdd1.tar.bz2
external_python_setuptools-9cd58f5b62a43b50bbf01a41a9f6ad18002bcdd1.zip
Also run tests under unittest for now. Ref #181.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f6d5d04b..0b5672cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,5 +7,6 @@ python:
- pypy
# command to run tests
script:
+ - python setup.py test
- python setup.py ptr
- python ez_setup.py --version 3.0.2