From 5ba28244b68fcb8b375a86046545b7bd352050e4 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Sat, 30 Sep 2017 23:19:02 +0000 Subject: Install cryptography with pip on travis --- .travis.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 31b9da7..d792753 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,10 @@ python: - "3.4" - "3.5" - "3.6" -# Travis versions of these are really outdated -before_script: pip install -U mock nose pytest -script: python setup.py validate +before_script: + # Travis versions of these are really outdated + - pip install -U mock nose pytest + # Install wheel with pip instead of building from source + - pip install cryptography +script: + - python setup.py validate -- cgit v1.2.3