Skip to content

Commit 150f18b

Browse files
authored
Merge pull request #135 from mattsb42-aws/fix-ci
Fix CI
2 parents 98fc909 + 89ca338 commit 150f18b

File tree

1 file changed

+10
-21
lines changed

1 file changed

+10
-21
lines changed

.travis.yml

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,6 @@ matrix:
3333
- python: 3.4
3434
env: TOXENV=py34-compatibility
3535
# CPython 3.5
36-
- python: 3.5
37-
env: TOXENV=py35-base
38-
- python: 3.5
39-
env: TOXENV=py35-cryptography-only
40-
- python: 3.5
41-
env: TOXENV=py35-pycryptodome-norsa
42-
- python: 3.5
43-
env: TOXENV=py35-pycrypto-norsa
44-
- python: 3.5
45-
env: TOXENV=py35-compatibility
46-
# CPython 3.5
4736
- python: 3.5
4837
env: TOXENV=py35-base
4938
- python: 3.5
@@ -56,36 +45,36 @@ matrix:
5645
env: TOXENV=py35-compatibility
5746
# CPython 3.6
5847
- python: 3.6
59-
env: TOXENV=py35-base
48+
env: TOXENV=py36-base
6049
- python: 3.6
61-
env: TOXENV=py35-cryptography-only
50+
env: TOXENV=py36-cryptography-only
6251
- python: 3.6
63-
env: TOXENV=py35-pycryptodome-norsa
52+
env: TOXENV=py36-pycryptodome-norsa
6453
- python: 3.6
65-
env: TOXENV=py35-pycrypto-norsa
54+
env: TOXENV=py36-pycrypto-norsa
6655
- python: 3.6
67-
env: TOXENV=py35-compatibility
56+
env: TOXENV=py36-compatibility
6857
# CPython 3.7
6958
# xenial + sudo are currently needed to get 3.7
7059
# https://github.com/travis-ci/travis-ci/issues/9815
7160
- python: 3.7
72-
env: TOXENV=py35-base
61+
env: TOXENV=py37-base
7362
dist: xenial
7463
sudo: true
7564
- python: 3.7
76-
env: TOXENV=py35-cryptography-only
65+
env: TOXENV=py37-cryptography-only
7766
dist: xenial
7867
sudo: true
7968
- python: 3.7
80-
env: TOXENV=py35-pycryptodome-norsa
69+
env: TOXENV=py37-pycryptodome-norsa
8170
dist: xenial
8271
sudo: true
8372
- python: 3.7
84-
env: TOXENV=py35-pycrypto-norsa
73+
env: TOXENV=py37-pycrypto-norsa
8574
dist: xenial
8675
sudo: true
8776
- python: 3.7
88-
env: TOXENV=py35-compatibility
77+
env: TOXENV=py37-compatibility
8978
dist: xenial
9079
sudo: true
9180
# PyPy 5.3.1

0 commit comments

Comments
 (0)