Skip to content

Commit

Permalink
Run tests against a few more pythonv versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Jan 14, 2017
1 parent 76a6bbc commit ac07ffd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ matrix:
env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
- python: "3.5"
env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
- python: "3.5-dev"
env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
- python: "3.6"
env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
- python: "3.6-dev"
env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
- python: "3.7-dev"
env: TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
cache:
directories:
- $HOME/.cache/pip
Expand Down
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
downloadcache = {toxworkdir}/cache/
envlist = py27, pypy, py27-noext, pypy-noext, py34, py34-noext, py35, py35-noext
envlist = py27, pypy, py27-noext, pypy-noext, py34, py34-noext, py35, py35-noext, py36, py36-noext

[testenv]

Expand All @@ -19,3 +19,6 @@ commands = make check-noextensions

[testenv:py35-noext]
commands = make check-noextensions

[testenv:py36-noext]
commands = make check-noextensions

0 comments on commit ac07ffd

Please sign in to comment.