Skip to content

Commit 54f5e5c

Browse files
authored
Merge pull request #164 from jayvdb/tox-travis
Use tox-travis
2 parents db54c40 + 1fa6fed commit 54f5e5c

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
language: python
22
sudo: false
33

4-
env:
5-
- TOXENV=py27
6-
- TOXENV=py34
4+
python:
5+
- 2.6
6+
- 2.7
7+
- 3.4
8+
- 3.5
9+
- 3.6
710

8-
install: "pip install tox"
11+
install: pip install tox-travis
912

1013
script: tox

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26, py27, py34
2+
envlist = py26, py27, py34, py35, py36
33

44
[testenv]
55
deps = pytest

0 commit comments

Comments
 (0)