summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2017-01-26 16:45:25 +0100
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2017-01-26 16:45:25 +0100
commit46991be909cc013ffb198b2ebeddffaded171cec (patch)
treea67119fd949e67fec5c25a23afec22f87a80e260 /.travis.yml
parentb0d17f14ddb21e9fb96339168cc1fd36c863b5fe (diff)
downloadsetuptools-scm-46991be909cc013ffb198b2ebeddffaded171cec.tar.gz
create a new test run script with selfinstall
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a1c006f..6b27b5c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ python:
- '3.6-dev'
env:
- TOXENV=py-test
+- SELFINSTALL=1
matrix:
include:
@@ -22,7 +23,7 @@ cache:
- $Home/.cache/pip
install: pip install tox
script:
-- tox -e $TOXENV
+- python testing/runtests_travis.py