summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-02-25 08:54:29 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-02-25 08:54:29 -0500
commitd21b8dbfa1f0ad6f4c3f5b4101035c228bd6a6d8 (patch)
tree1f4d348aa527116d6fbc6d1028e33c599fbcc135
parenteaeaf36088bccfcb35e798dcfa4ad187ef05f2f5 (diff)
downloadpython-setuptools-git-d21b8dbfa1f0ad6f4c3f5b4101035c228bd6a6d8.tar.gz
Now tests may be invoked simply with setup.py test.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 16605597..45cace4b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,5 +11,5 @@ script:
# update egg_info based on setup.py in checkout
- python bootstrap.py
- - python setup.py ptr --addopts='-rs'
+ - python setup.py test --addopts='-rs'
- python ez_setup.py --version 12.2