Skip to content

Commit 89ca338

Browse files
committed
fix CI configuration to actually use the intended CPython versions
1 parent f84a01b commit 89ca338

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.travis.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,36 +45,36 @@ matrix:
4545
env: TOXENV=py35-compatibility
4646
# CPython 3.6
4747
- python: 3.6
48-
env: TOXENV=py35-base
48+
env: TOXENV=py36-base
4949
- python: 3.6
50-
env: TOXENV=py35-cryptography-only
50+
env: TOXENV=py36-cryptography-only
5151
- python: 3.6
52-
env: TOXENV=py35-pycryptodome-norsa
52+
env: TOXENV=py36-pycryptodome-norsa
5353
- python: 3.6
54-
env: TOXENV=py35-pycrypto-norsa
54+
env: TOXENV=py36-pycrypto-norsa
5555
- python: 3.6
56-
env: TOXENV=py35-compatibility
56+
env: TOXENV=py36-compatibility
5757
# CPython 3.7
5858
# xenial + sudo are currently needed to get 3.7
5959
# https://github.com/travis-ci/travis-ci/issues/9815
6060
- python: 3.7
61-
env: TOXENV=py35-base
61+
env: TOXENV=py37-base
6262
dist: xenial
6363
sudo: true
6464
- python: 3.7
65-
env: TOXENV=py35-cryptography-only
65+
env: TOXENV=py37-cryptography-only
6666
dist: xenial
6767
sudo: true
6868
- python: 3.7
69-
env: TOXENV=py35-pycryptodome-norsa
69+
env: TOXENV=py37-pycryptodome-norsa
7070
dist: xenial
7171
sudo: true
7272
- python: 3.7
73-
env: TOXENV=py35-pycrypto-norsa
73+
env: TOXENV=py37-pycrypto-norsa
7474
dist: xenial
7575
sudo: true
7676
- python: 3.7
77-
env: TOXENV=py35-compatibility
77+
env: TOXENV=py37-compatibility
7878
dist: xenial
7979
sudo: true
8080
# PyPy 5.3.1

0 commit comments

Comments
 (0)