Skip to content

Commit

Permalink
Python 3.7 (#39)
Browse files Browse the repository at this point in the history
* Python 3.7

* Add 3.7 to Appveyor too

* And remove it again
  • Loading branch information
hynek committed Jul 6, 2018
1 parent 90ac2b9 commit e043fb0
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 @@ -25,6 +25,10 @@ matrix:
env: TOXENV=py35
- python: "3.6"
env: TOXENV=py36
- python: "3.7"
env: TOXENV=py37
dist: xenial
sudo: true
- python: "pypy"
env: TOXENV=pypy
- python: "pypy3"
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,system-argon2,docs,manifest,readme,coverage-report
envlist = pre-commit,lint,py27,py34,py35,py36,py37,pypy,pypy3,system-argon2,docs,manifest,readme,coverage-report


[testenv:pre-commit]
Expand Down Expand Up @@ -46,7 +46,7 @@ deps =
black
commands =
flake8 src tests setup.py docs/conf.py
black --check --verbose setup.py src tests docs/conf.py
black --check setup.py src tests docs/conf.py


[testenv:manifest]
Expand Down

0 comments on commit e043fb0

Please sign in to comment.