Skip to content

Commit 1e49bc2

Browse files
committed
make sure cryptography is installed in travis CI runs
1 parent ca2c958 commit 1e49bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
- TOXENV=py35
1010
install:
1111
- pip install -U pip
12-
- pip install -U Flask PyJWT six tox coverage coveralls
12+
- pip install -U Flask PyJWT six tox coverage coveralls cryptography
1313
script:
1414
- tox
1515
after_success:

0 commit comments

Comments
 (0)