Skip to content

Commit 20add39

Browse files
committed
Remove 3.8 from PyCrypto tests
1 parent 1c19288 commit 20add39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ matrix:
1010
- python: 3.7
1111
env: TOXENV=py37-crypto,py37-nocrypto,py37-contrib_crypto
1212
- python: 3.8
13-
env: TOXENV=py38-crypto,py38-nocrypto,py38-contrib_crypto
13+
env: TOXENV=py38-crypto,py38-nocrypto
1414
install:
1515
- pip install -U pip
1616
- pip install -U tox coveralls

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist =
33
lint
44
typing
55
py{35,36,37,38}-crypto
6-
py{35,36,37,38}-contrib_crypto
6+
py{35,36,37}-contrib_crypto
77
py{35,36,37,38}-nocrypto
88

99

0 commit comments

Comments
 (0)