We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84fd4b2 commit 03c8583Copy full SHA for 03c8583
1 file changed
.travis.yml
@@ -65,6 +65,29 @@ matrix:
65
env: TOXENV=py35-pycrypto-norsa
66
- python: 3.6
67
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
76
+ env: TOXENV=py35-cryptography-only
77
78
79
80
+ env: TOXENV=py35-pycryptodome-norsa
81
82
83
84
+ env: TOXENV=py35-pycrypto-norsa
85
86
87
88
+ env: TOXENV=py35-compatibility
89
90
91
# PyPy 5.3.1
92
- python: pypy-5.3.1
93
env: TOXENV=pypy-base
0 commit comments