summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
-rw-r--r--setup.py1
-rw-r--r--tox.ini2
3 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 0bb0ce3..f7501ad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,10 +6,11 @@ python:
- 3.2
- 3.3
- 3.4
+ - 3.5
- pypy
- pypy3
install:
- - pip install . --use-mirrors
+ - pip install .
script:
- python setup.py test -q
notifications:
diff --git a/setup.py b/setup.py
index be2f045..07c56e7 100644
--- a/setup.py
+++ b/setup.py
@@ -133,6 +133,7 @@ setup(name='zope.interface',
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
+ "Programming Language :: Python :: 3.5",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Framework :: Zope3",
diff --git a/tox.ini b/tox.ini
index 5d5c383..9ad1f08 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
- py26,py27,py32,py33,py34,pypy,pypy3,coverage,docs
+ py26,py27,py32,py33,py34,py35,pypy,pypy3,coverage,docs
[testenv]
commands =