summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2015-05-26 22:02:49 -0700
committerJoshua Harlow <harlowja@gmail.com>2015-05-26 22:02:49 -0700
commit8c837eaf032c9a7d4910b906b3abfab04f4a4437 (patch)
treedf00daf1491b38165f3e9f332cb72619b600d182
parent42eb95b13c6d38b831a5ab481f47014460b7c4fa (diff)
downloadzake-8c837eaf032c9a7d4910b906b3abfab04f4a4437.tar.gz
Remove testing and declared support for 3.3
-rw-r--r--.travis.yml1
-rwxr-xr-xsetup.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 5a0ba77..23f367d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ language: python
python:
- "2.6"
- "2.7"
- - "3.3"
- "3.4"
# command to install dependencies
install:
diff --git a/setup.py b/setup.py
index d929065..81c40a7 100755
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,6 @@ setup(
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
],
keywords="kazoo testing zookeeper",