Skip to content

Commit 7c29223

Browse files
committed
Add modern tox targets
1 parent afbed7e commit 7c29223

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
language: python
22

3-
python: 2.7
3+
python:
4+
- 2.7
5+
- 3.4
6+
- 3.5
7+
- 3.6
48

59
env:
610
- TOXENV=py27

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=py27,py34,cov,pylint,pep8
2+
envlist=py27,py34,py35,py36,cov,pylint,pep8
33

44
[testenv]
55
commands=py.test tests

0 commit comments

Comments
 (0)