diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-10-27 12:56:43 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-10-27 12:56:43 -0700 |
commit | 117742d9ebf7504e642031dc020abf305ffb33b1 (patch) | |
tree | de415a0e127396caea3a2a8daef5e400b6f9c9d1 | |
parent | 22eb4c91914cd2f0ad2cb67ad27e5bfb60400492 (diff) | |
download | cryptography-117742d9ebf7504e642031dc020abf305ffb33b1.tar.gz cryptography-117742d9ebf7504e642031dc020abf305ffb33b1.tar.bz2 cryptography-117742d9ebf7504e642031dc020abf305ffb33b1.zip |
Undo change that's unrelatedo this branch
-rwxr-xr-x | .travis/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/run.sh b/.travis/run.sh index b4559f32..e4ff2661 100755 --- a/.travis/run.sh +++ b/.travis/run.sh @@ -18,4 +18,4 @@ if [[ "$(uname -s)" == "Darwin" ]]; then fi fi source ~/.venv/bin/activate -tox -e "$TOX_ENV" -- $TOX_FLAGS +tox -e $TOX_ENV -- $TOX_FLAGS |