aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDanny Hermes <daniel.j.hermes@gmail.com>2015-05-01 10:44:56 -0700
committerDanny Hermes <daniel.j.hermes@gmail.com>2015-05-01 10:44:56 -0700
commitb65f2e11a930d1f9e6f8e22b34d4713692ecdcc9 (patch)
tree09de9e7c2f80aded60410def5bb50c6131eaa2ff /.travis.yml
parent659869f19aec766f2b0187ecc95e414331892872 (diff)
downloadoauth2client-b65f2e11a930d1f9e6f8e22b34d4713692ecdcc9.tar.gz
Updating system tests to succeed on Travis.
Adds files which have been encrypted by Travis and decrypts those files in scripts/run_system_tests.sh using a key and initialization vector (iv) provided by the Travis environment for this project.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b61f595..815ac8f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,8 @@ env:
- TOX_ENV=py34
- TOX_ENV=pypy
- TOX_ENV=docs
+ - TOX_ENV=system-tests
+ - TOX_ENV=system-tests3
install:
- pip install tox
script: