Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 5ba164d

Browse files
author
Zakaria Zajac
authored
Merge pull request #43 from philtay/travis
Test Python 3.5 and 3.6
2 parents f9c20e2 + 2f4e3ea commit 5ba164d

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ python:
66
- "3.2"
77
- "3.3"
88
- "3.4"
9+
- "3.5"
10+
- "3.6"
911
install: pip install tox-travis
1012
script: tox

tox.ini

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
11
[tox]
2-
envlist = py26, py27, py31, py32, py33, py34
2+
envlist = py26, py27, py31, py32, py33, py34, py35, py36
3+
4+
[testenv]
5+
commands = python -m unittest discover
36

47
[testenv:py26]
58
commands = python -m discover
69
deps = discover
710

8-
[testenv:py27]
9-
commands = python -m unittest discover
10-
1111
[testenv:py31]
1212
commands = python -m discover
1313
deps = discover
14-
15-
[testenv:py32]
16-
commands = python -m unittest discover
17-
18-
[testenv:py33]
19-
commands = python -m unittest discover
20-
21-
[testenv:py34]
22-
commands = python -m unittest discover

0 commit comments

Comments
 (0)