Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

Commit

Permalink
Merge pull request #175 from escapewindow/py37
Browse files Browse the repository at this point in the history
require python3.7 tests to be green
  • Loading branch information
escapewindow committed Jul 27, 2018
2 parents 2d89210 + 8b9069b commit 9508cdb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ matrix:
include:
- python: 3.6
env: TOXENV=py36
- python: 3.7-dev
- python: 3.7
# from https://github.com/travis-ci/travis-ci/issues/9815#issuecomment-401756442
dist: xenial
env: TOXENV=py37
allow_failures:
- python: 3.7-dev
sudo: true

install:
- python -mpip install tox
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ def get_version():
'Intended Audience :: Developers',
'Natural Language :: English',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
),
)

0 comments on commit 9508cdb

Please sign in to comment.