aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDanny Hermes <daniel.j.hermes@gmail.com>2015-08-13 13:40:19 -0700
committerDanny Hermes <daniel.j.hermes@gmail.com>2015-08-13 13:40:19 -0700
commitc74a894534186c2fc6135a12775a41c8f90636e9 (patch)
treeb0d065d1b2d79da7b6e6033654ffcfbdc0fd074c /.travis.yml
parentb4141c9e833c3343d83c84963f9de9efedf0332a (diff)
downloadoauth2client-c74a894534186c2fc6135a12775a41c8f90636e9.tar.gz
Moving install and script YAML rules into shell files.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 0dbe7c9..46f1cb6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,9 +12,9 @@ env:
- TOX_ENV=system-tests
- TOX_ENV=system-tests3
install:
-- pip install tox
+- ./scripts/install.sh
script:
-- tox -e $TOX_ENV
+- ./scripts/run.sh
after_success:
- if [[ "${TOX_ENV}" == "py27" ]]; then tox -e coveralls; fi
notifications: