Browse Source

switch default build to 3.8 #nolog

pull/1118/head
Miguel Grinberg 5 years ago
parent
commit
7365799a97
No known key found for this signature in database GPG Key ID: 36848B262DF5F06C
  1. 4
      .travis.yml

4
.travis.yml

@ -2,7 +2,7 @@ dist: xenial
language: python language: python
matrix: matrix:
include: include:
- python: 3.7 - python: 3.8
env: TOXENV=flake8 env: TOXENV=flake8
- python: 3.5 - python: 3.5
env: TOXENV=py35 env: TOXENV=py35
@ -14,7 +14,7 @@ matrix:
env: TOXENV=py38 env: TOXENV=py38
- python: pypy3 - python: pypy3
env: TOXENV=pypy3 env: TOXENV=pypy3
- python: 3.7 - python: 3.8
env: TOXENV=docs env: TOXENV=docs
install: install:
- pip install tox - pip install tox

Loading…
Cancel
Save