summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2014-04-26 00:56:07 -0400
committerDonald Stufft <donald@stufft.io>2014-04-26 00:56:42 -0400
commit8d9041446f0ad7ad4387fd215860f09be9c6bd44 (patch)
tree8b8fb170d7a8c9d1fc0fb9b914048d6e4cf6c4a7 /.travis.yml
parent79bda14bed847aa631fbe805a6b956c8539ecead (diff)
downloadpip-8d9041446f0ad7ad4387fd215860f09be9c6bd44.tar.gz
Refactor the Travis running into a shell command
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 c412cb276..fad249573 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ install:
- pip install --upgrade setuptools
- pip install tox
-script: tox
+script: .travis/run.sh
branches:
only: