Skip to content

Commit

Permalink
Remove 3.8 from PyCrypto tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed Dec 27, 2019
1 parent cc363ca commit de80106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ matrix:
- python: 3.7
env: TOXENV=py37-crypto,py37-nocrypto,py37-contrib_crypto
- python: 3.8
env: TOXENV=py38-crypto,py38-nocrypto,py38-contrib_crypto
env: TOXENV=py38-crypto,py38-nocrypto
install:
- pip install -U pip
- pip install -U tox coveralls
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist =
lint
typing
py{35,36,37,38}-crypto
py{35,36,37,38}-contrib_crypto
py{35,36,37}-contrib_crypto
py{35,36,37,38}-nocrypto


Expand Down

0 comments on commit de80106

Please sign in to comment.