aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-01-09 10:10:26 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-01-09 10:10:26 -0800
commit4af88912575473a02c590680ff25402a87a3b758 (patch)
treeca6a05d79e14d67e9c5ac3973bf955ad7eba9f68 /.travis.yml
parentdcbc911263a33b36ed630d6f8f3b5deadaf40bfc (diff)
downloadcryptography-4af88912575473a02c590680ff25402a87a3b758.tar.gz
cryptography-4af88912575473a02c590680ff25402a87a3b758.tar.bz2
cryptography-4af88912575473a02c590680ff25402a87a3b758.zip
Style nit
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 92ee221b..d28fef5b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,7 @@ install:
- ./.travis/install.sh
script:
- - if [[ "$(uname -s)" == "Darwin" ]]; then eval "$(pyenv init -)";fi && source ~/.venv/bin/activate && tox -e $TOX_ENV
+ - if [[ "$(uname -s)" == "Darwin" ]]; then eval "$(pyenv init -)"; fi && source ~/.venv/bin/activate && tox -e $TOX_ENV
after_success:
- coveralls