Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Commit

Permalink
Test against Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWhited committed Sep 18, 2018
1 parent e79119f commit 31d489e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -5,8 +5,8 @@ matrix:
include:
- python: pypy
env: TOXENV=pypy
- python: 3.6
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
- python: 2.7
env: TOXENV=py27
addons:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,7 +1,7 @@
[tox]
project = rawkit
# Keep up to date with the .travis.yml list
envlist = py{27,36,py}
envlist = py{27,37,py}

[testenv]
deps =
Expand Down

0 comments on commit 31d489e

Please sign in to comment.