aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2017-10-07 22:44:02 +0000
committerMike Crute <mike@crute.us>2017-10-07 22:44:02 +0000
commit0e9e780dafe201e60c76e1b29264afd67349c2d1 (patch)
tree0034d4dc8921da8e9c65f7cadef3a1e2549518fd /.travis.yml
parentd302a17de6841f5f6a05c193bb2c8406a674580d (diff)
downloadpydora-0e9e780dafe201e60c76e1b29264afd67349c2d1.tar.bz2
pydora-0e9e780dafe201e60c76e1b29264afd67349c2d1.tar.xz
pydora-0e9e780dafe201e60c76e1b29264afd67349c2d1.zip
Fix blowfish test and travis
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 c765ec3..6aa1c82 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,6 @@ before_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 # Only used in production for python3.4- but required for tests 11 # Only used in production for python3.4- but required for tests
12 - pip install cryptograpy 12 - pip install cryptography
13script: 13script:
14 - python setup.py validate 14 - python setup.py validate