aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-09 23:42:31 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-10 00:06:16 -0600
commitfff077f5de6877280e1172a504fd3c91a927fb99 (patch)
tree5d0f666a203bfb98f4383cf40181cd27b9544965 /.travis.yml
parentfbb128fa06b81d64d2e9d27f17d65685b3d6624c (diff)
downloadcryptography-fff077f5de6877280e1172a504fd3c91a927fb99.tar.gz
cryptography-fff077f5de6877280e1172a504fd3c91a927fb99.tar.bz2
cryptography-fff077f5de6877280e1172a504fd3c91a927fb99.zip
move script to separate file for readability
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 950cb487..e77a3b26 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,7 +30,7 @@ install:
- ./.travis/install.sh
script:
- - if [[ "$(uname -s)" == "Darwin" ]]; then export ARCHFLAGS="-arch x86_64" && export LDFLAGS="-L/usr/local/opt/openssl/lib" && export CFLAGS="-I/usr/local/opt/openssl/include" && eval "$(pyenv init -)"; fi && source ~/.venv/bin/activate && tox -e $TOX_ENV
+ - ./.travis/run.sh
after_success:
- coveralls