Skip to content

Commit

Permalink
CI: Add Python 3.7 support, adjust "lowest" tests
Browse files Browse the repository at this point in the history
refs #685
  • Loading branch information
rsyring committed Mar 8, 2019
1 parent 311c567 commit 399aec8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language: python

matrix:
include:
- python: 3.7
env: TOXENV=py,codecov
- python: 3.6
env: TOXENV=py,codecov
- python: 3.5
Expand Down
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[tox]
envlist =
py{36,35,34,27,py}
py{36,34,27,py}-lowest
# All supported Python versions. If you update this, please update docs: contents.rst.inc.
py{37,36,35,34,27,py}
# Just test "bookends" for the lowest supported Flask & SA versions for faster CI.
py{37,27}-lowest
docs_html
coverage_report

Expand Down

0 comments on commit 399aec8

Please sign in to comment.