Skip to content

Commit

Permalink
Merge pull request #56 from teeparham/patch-1
Browse files Browse the repository at this point in the history
Use pycryptodome 3.6.6 on Travis
  • Loading branch information
RKTMN committed Apr 16, 2020
2 parents b7c5612 + b05efe3 commit da7068f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python:
before_install:
- export BOTO_CONFIG=/dev/null
install:
- pip install pycryptodome==3.6.1
- pip install pycryptodome==3.6.6
- python setup.py install
- pip freeze
before_script:
Expand Down

0 comments on commit da7068f

Please sign in to comment.