Skip to content

Commit 10c40fb

Browse files
committed
Add testenv and classifier for Python 3.5
1 parent 76ea761 commit 10c40fb

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
language: python
22

3+
python: 3.5
34
cache: pip
45
env:
56
- TOXENV=py27
67
- TOXENV=py34
8+
- TOXENV=py35
79
- TOXENV=pep8
810
- TOXENV=coverage
911
before_install:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@
5050
'Topic :: Internet :: WWW/HTTP :: WSGI',
5151
'Programming Language :: Python :: 2.7',
5252
'Programming Language :: Python :: 3.4',
53+
'Programming Language :: Python :: 3.5',
5354
]
5455
)

tox.ini

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

44
[testenv]
55
deps = -e{toxinidir}[test]

0 commit comments

Comments
 (0)