We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34af0a1 commit 864a434Copy full SHA for 864a434
.travis.yml
@@ -1,9 +1,10 @@
1
language: python
2
-python: 3.3
+python: 3.5
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 @@
[tox]
-envlist = py33, py34
+envlist = py33, py34, py35
[testenv]
deps =
0 commit comments