Skip to content

Commit

Permalink
Merge pull request #43 from philtay/travis
Browse files Browse the repository at this point in the history
Test Python 3.5 and 3.6
  • Loading branch information
Zakaria Zajac committed Mar 12, 2017
2 parents f9c20e2 + 2f4e3ea commit 5ba164d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -6,5 +6,7 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install: pip install tox-travis
script: tox
17 changes: 4 additions & 13 deletions tox.ini
@@ -1,22 +1,13 @@
[tox]
envlist = py26, py27, py31, py32, py33, py34
envlist = py26, py27, py31, py32, py33, py34, py35, py36

[testenv]
commands = python -m unittest discover

[testenv:py26]
commands = python -m discover
deps = discover

[testenv:py27]
commands = python -m unittest discover

[testenv:py31]
commands = python -m discover
deps = discover

[testenv:py32]
commands = python -m unittest discover

[testenv:py33]
commands = python -m unittest discover

[testenv:py34]
commands = python -m unittest discover

0 comments on commit 5ba164d

Please sign in to comment.