Skip to content

Commit

Permalink
Run on 3.7 proper (python-attrs#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek authored Jul 5, 2018
1 parent 64d917f commit 2d71759
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ matrix:
env: TOXENV=pypy
- python: "pypy3"
env: TOXENV=pypy3
- python: "3.7"
env: TOXENV=py37
dist: xenial
sudo: true

# Prevent breakage by a new releases
- python: "3.6-dev"
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = pre-commit,lint,py27,py34,py35,py36,pypy,pypy3,manifest,docs,readme,changelog,coverage-report
envlist = pre-commit,lint,py27,py34,py35,py36,py37,pypy,pypy3,manifest,docs,readme,changelog,coverage-report


[testenv]
Expand All @@ -16,7 +16,7 @@ extras = tests
commands = coverage run --parallel -m pytest {posargs}


[testenv:py36]
[testenv:py37]
# Python 3.6+ has a number of compile-time warnings on invalid string escapes.
# PYTHONWARNINGS=d and --no-compile below make them visible during the Tox run.
install_command = pip install --no-compile {opts} {packages}
Expand Down

0 comments on commit 2d71759

Please sign in to comment.