We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34af0a1 commit 7b3632eCopy full SHA for 7b3632e
.travis.yml
@@ -4,6 +4,7 @@ python: 3.3
4
env:
5
- TOX_ENV=py33
6
- TOX_ENV=py34
7
+ - TOX_ENV=py35
8
9
install:
10
- pip install tox
setup.py
@@ -37,6 +37,7 @@ def find_version(*file_paths):
37
"License :: OSI Approved :: Apache Software License",
38
"Programming Language :: Python :: 3.3",
39
"Programming Language :: Python :: 3.4",
40
+ "Programming Language :: Python :: 3.5",
41
"Topic :: Software Development :: Testing",
42
],
43
install_requires=[
tox.ini
@@ -1,5 +1,5 @@
1
[tox]
2
-envlist = py33, py34
+envlist = py33, py34, py35
3
[testenv]
deps =
0 commit comments