Skip to content

Commit

Permalink
Use pycryptodome 3.6.6 on Travis
Browse files Browse the repository at this point in the history
We were pinned to 3.6.1 because of Legrandin/pycryptodome#198, which is fixed in 3.6.6
  • Loading branch information
Tee Parham committed Apr 16, 2020
1 parent 8780846 commit b05efe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
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 b05efe3

Please sign in to comment.