File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments