1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Enable Sauce Connect in Travis

Rather than specifying the username and encrypted
key in the Travis config, we just enable Sauce Connect
and require SAUCE_USERNAME and SAUCE_ACCESS_KEY env vars
to be set.

This is so that the Karma tests have the same env vars
available to them which they can use to check whether
to run against Sauce Labs or not.
This commit is contained in:
Robert Knight 2015-11-26 11:07:07 +00:00
parent a153ada08e
commit 70a098cbd4

View File

@ -7,6 +7,9 @@ python:
os:
- linux
addons:
sauce_connect: true
cache:
directories:
- $HOME/.cache/pip