Skip to content

Commit

Permalink
added python 3.7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed May 25, 2019
1 parent 7803a7b commit 7348d92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
@@ -1,19 +1,22 @@
dist: xenial
language: python
matrix:
include:
- python: 3.6
- python: 3.7
env: TOXENV=flake8
- python: 2.7
env: TOXENV=py27
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
- python: pypy
env: TOXENV=pypy
- python: pypy3
env: TOXENV=pypy3
- python: 3.6
- python: 3.7
env: TOXENV=docs
install:
- pip install tox
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Expand Up @@ -11,15 +11,15 @@ deps=
coverage
mock
basepython =
flake8: python3.5
flake8: python3.7
py27: python2.7
py35: python3.5
py36: python3.6
py37: python3.7
pypy: pypy
pypy3: pypy3
docs: python3.6
coverage: python3.6
docs: python3.7
coverage: python3.7

[testenv:flake8]
deps=
Expand Down

0 comments on commit 7348d92

Please sign in to comment.