Skip to content

Commit 03c8583

Browse files
committed
add Travis testing for CPython 3.7
1 parent 84fd4b2 commit 03c8583

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.travis.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,29 @@ matrix:
6565
env: TOXENV=py35-pycrypto-norsa
6666
- python: 3.6
6767
env: TOXENV=py35-compatibility
68+
# CPython 3.7
69+
# xenial + sudo are currently needed to get 3.7
70+
# https://github.com/travis-ci/travis-ci/issues/9815
71+
- python: 3.7
72+
env: TOXENV=py35-base
73+
dist: xenial
74+
sudo: true
75+
- python: 3.7
76+
env: TOXENV=py35-cryptography-only
77+
dist: xenial
78+
sudo: true
79+
- python: 3.7
80+
env: TOXENV=py35-pycryptodome-norsa
81+
dist: xenial
82+
sudo: true
83+
- python: 3.7
84+
env: TOXENV=py35-pycrypto-norsa
85+
dist: xenial
86+
sudo: true
87+
- python: 3.7
88+
env: TOXENV=py35-compatibility
89+
dist: xenial
90+
sudo: true
6891
# PyPy 5.3.1
6992
- python: pypy-5.3.1
7093
env: TOXENV=pypy-base

0 commit comments

Comments
 (0)