From 8ac2cd266d8d4f29fff803145987fc81d7674082 Mon Sep 17 00:00:00 2001 From: Koen Van Daele Date: Sun, 10 Jan 2016 17:59:56 +0100 Subject: [PATCH] Add py35 support. --- .travis.yml | 1 + setup.py | 3 ++- tox.ini | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4fb7eeb..a418ce7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - 2.7 - 3.3 - 3.4 + - 3.5 env: - DB="sqlite" SAURL="sqlite:///:memory:" - DB="postgres" SAURL="postgresql://postgres:postgres@localhost/skosprovider_sqlalchemy" diff --git a/setup.py b/setup.py index 87cb885..b6cd4d0 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,8 @@ 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.3', - 'Programming Language :: Python :: 3.4' + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', ], test_suite='nose.collector', entry_points="""\ diff --git a/tox.ini b/tox.ini index e14920e..b732d6b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, py33, py34, cover +envlist = py27, py33, py34, py35, cover [testenv] commands =