diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-30 17:13:37 +0100 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-30 17:13:37 +0100 |
commit | 9cd58f5b62a43b50bbf01a41a9f6ad18002bcdd1 (patch) | |
tree | 38e02af4ba066f88bc0c213214944fbdb0274e75 | |
parent | 588f3c4adf63bbd49f40ae3329da36a007f3091b (diff) | |
download | external_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.yml | 1 |
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 |