summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-03-23 18:31:26 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-03-23 18:31:26 -0400
commitaf9456df36745f4ac31cb88f09cfcd74566914f0 (patch)
tree7011d4725f71b7daeaa25b88b278bfb234eef79b /.travis.yml
parentb7dbacfe4b9e3b2eaad240c04a35d938566e1fb9 (diff)
downloadpython-setuptools-bitbucket-af9456df36745f4ac31cb88f09cfcd74566914f0.tar.gz
Use pytest for running tests in Travis
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 bf0aeba6..f6d5d04b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,5 +7,5 @@ python:
- pypy
# command to run tests
script:
- - python setup.py test
+ - python setup.py ptr
- python ez_setup.py --version 3.0.2