File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 11# Travis infra requires pinning dist:precise, at least as of 2017-09-01
22# detail: https://blog.travis-ci.com/2017-06-21-trusty-updates-2017-Q2-launch
3- dist : precise
3+ dist : bionic
44language : python
55install :
66 - pip install -U setuptools && pip install -U tox codecov tox-travis
@@ -47,28 +47,16 @@ matrix:
4747 - python : 3.6
4848 env : TOXENV=py36-compatibility
4949 # CPython 3.7
50- # xenial + sudo are currently needed to get 3.7
51- # https://github.com/travis-ci/travis-ci/issues/9815
5250 - python : 3.7
5351 env : TOXENV=py37-base
54- dist : xenial
55- sudo : true
5652 - python : 3.7
5753 env : TOXENV=py37-cryptography-only
58- dist : xenial
59- sudo : true
6054 - python : 3.7
6155 env : TOXENV=py37-pycryptodome-norsa
62- dist : xenial
63- sudo : true
6456 - python : 3.7
6557 env : TOXENV=py37-pycrypto-norsa
66- dist : xenial
67- sudo : true
6858 - python : 3.7
6959 env : TOXENV=py37-compatibility
70- dist : xenial
71- sudo : true
7260 # PyPy 3.5 (5.10.1?)
7361 - python : pypy3.5
7462 env : TOXENV=pypy-base
You can’t perform that action at this time.
0 commit comments