Skip to content

Commit

Permalink
Merge 062b90b into 00ed9cc
Browse files Browse the repository at this point in the history
  • Loading branch information
itamaro committed Aug 28, 2018
2 parents 00ed9cc + 062b90b commit 0a216b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "nightly"
- "pypy"
- "pypy3"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py26, py27, py33, py34, py35, py36, pypy, jython
envlist = py26, py27, py33, py34, py35, py36, py37, pypy, jython

[testenv]
commands = py.test --cov=ostrich --pep8 --doctest-modules ostrich tests
Expand Down

0 comments on commit 0a216b1

Please sign in to comment.