diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-20 12:36:58 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-20 12:36:58 -0600 |
commit | 2c511bcc8a37cc68f275e53c1cb75f350067bb3a (patch) | |
tree | 5c42bf387663b9a6d719d0f5b7dd1d06a6beaeca | |
parent | 9b1c2fca28a250c2a54ad72502133b91fd3d6f05 (diff) | |
download | cryptography-2c511bcc8a37cc68f275e53c1cb75f350067bb3a.tar.gz cryptography-2c511bcc8a37cc68f275e53c1cb75f350067bb3a.tar.bz2 cryptography-2c511bcc8a37cc68f275e53c1cb75f350067bb3a.zip |
move some dashes around :)
-rwxr-xr-x | .travis/run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis/run.sh b/.travis/run.sh index 76d0445f..6739c886 100755 --- a/.travis/run.sh +++ b/.travis/run.sh @@ -14,8 +14,8 @@ if [[ "$(uname -s)" == "Darwin" ]]; then # of OpenSSL, but we only need to run the # CommonCrypto backend tests once. Exclude # CommonCrypto when we test against brew OpenSSL - export TOX_FLAGS="-- --backend=openssl" + export TOX_FLAGS="--backend=openssl" fi fi source ~/.venv/bin/activate -tox -e $TOX_ENV $TOX_FLAGS +tox -e $TOX_ENV -- $TOX_FLAGS |