summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-11-25 20:00:10 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-11-25 20:00:10 -0500
commite0ecc967b23a4080862055228f791a7411596381 (patch)
treed2d51619062fe86feaecce7bc1c8a6f05e36b78b /.travis.yml
parent91a418a992894d1d5aa9f39b95f0c125cfa80512 (diff)
downloadpython-setuptools-bitbucket-e0ecc967b23a4080862055228f791a7411596381.tar.gz
Now that pytest is invoked via setup.py, it should no longer be necessary to continue to support running tests via setup.py test.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 22541671..7d26aeae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,5 @@ python:
# command to run tests
script:
- python setup.py egg_info
- - python setup.py test
- python setup.py ptr
- python ez_setup.py --version 5.4.1