summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2013-11-16 02:44:14 -0800
committerAlexander Gorodnev <agorodnev@griddynamics.com>2013-11-21 18:38:44 +0400
commitdb15db8186f73f7129d6130099dc793bf475f890 (patch)
treec4e1c116a504f65967fbb25b7c2b718506c052c3 /setup.cfg
parent359ce523f442e3c3c5f762a966e92d44c9b700ab (diff)
downloadtaskflow-db15db8186f73f7129d6130099dc793bf475f890.tar.gz
Fix up python 3.3 incompatabilities
Make the python 3.3 testing work by selectively disabling & including eventlet, switch to testtools and testrepository which has 2.6, 2.7, 3.2+ unified testing support so that we can correctly run our tests in all supported python versions. Closes-Bug: #1251660 Co-authored-by: Alexander Gorodnev <agorodnev@griddynamics.com> Change-Id: I23b6f04387cfd3bf6b5a044edffa446ca897ce3a
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index cdcbfdd..a6f4ca7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,6 +17,8 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
+ Programming Language :: Python :: 3
+ Programming Language :: Python :: 3.3
[global]
setup-hooks =