Tox-test PY34 on also on TravisCI and classifiers.

This commit is contained in:
Kostis Anagnostopoulos, Yoga-2 2015-02-16 00:09:13 +01:00
parent 8f9cc454cb
commit 24114e6761
2 changed files with 2 additions and 0 deletions

@ -5,6 +5,7 @@ env:
- TOX_ENV=py27
- TOX_ENV=py32
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=pypy
install:

@ -52,6 +52,7 @@ setup(name="pypiserver",
"Programming Language :: Python :: 3.1",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Topic :: Software Development :: Build Tools",
"Topic :: System :: Software Distribution"],
zip_safe=False,