summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-27 22:17:49 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-27 22:17:49 -0400
commit8bfc2658ae15482c7448d887ab61207816f378a9 (patch)
treec9ec798b8d5beb185c05e1b0b52e24f5e599e5ab /.travis.yml
parentd6cc6a5ff100ce8394b4487efbc16e7dc8a626de (diff)
downloadcherrypy-git-8bfc2658ae15482c7448d887ab61207816f378a9.tar.gz
Travis also
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f9cc0915..bb647abf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,8 +20,7 @@ matrix:
env:
- WEBTEST_INTERACTIVE=false
-install: pip install -e .
-script: nosetests
+script: python setup.py test
deploy:
provider: pypi