aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2017-10-07 22:40:18 +0000
committerMike Crute <mike@crute.us>2017-10-07 22:40:18 +0000
commitd302a17de6841f5f6a05c193bb2c8406a674580d (patch)
tree185b640ad216c27506600cfb264ddd04826296d1
parentc57ed164a699c1e7f57897c0ee24f6bf88d4b236 (diff)
downloadpydora-d302a17de6841f5f6a05c193bb2c8406a674580d.tar.bz2
pydora-d302a17de6841f5f6a05c193bb2c8406a674580d.tar.xz
pydora-d302a17de6841f5f6a05c193bb2c8406a674580d.zip
Install cryptography on travis always
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index c561420..c765ec3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,8 +8,7 @@ python:
8before_script: 8before_script:
9 # Travis versions of these are really outdated 9 # Travis versions of these are really outdated
10 - pip install -U mock nose pytest 10 - pip install -U mock nose pytest
11 # Install wheel with pip instead of building from source but only for 11 # Only used in production for python3.4- but required for tests
12 # Python 2 and 3.3 12 - pip install cryptograpy
13 - if [[ $TRAVIS_PYTHON_VERSION == 2* || $TRAVIS_PYTHON_VERSION == '3.3' ]]; then pip install cryptography; fi
14script: 13script:
15 - python setup.py validate 14 - python setup.py validate