summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRoman Podoliaka <rpodolyaka@mirantis.com>2016-07-04 17:31:18 +0300
committerRoman Podoliaka <rpodolyaka@mirantis.com>2016-07-07 08:02:11 +0300
commit72bab42e00f7c72bea74e92a044d942f8769a9a3 (patch)
tree1f626669a7b5d108e13b74cb9656470315bbc151 /setup.cfg
parent3e3db134c0cb33b3626aedae8a74142e661d9910 (diff)
downloadoslo-db-72bab42e00f7c72bea74e92a044d942f8769a9a3.tar.gz
tox: add py35 envs for convenience
py35 jobs are going to be run in the gate soon. Add py35 to the list of defaut envs and add corresponding pifpaf environments for running tests locally. All py35 tests currently pass - we can effectively declare py35 compatibility via a new classifier in setup.cfg. Change-Id: Iea7e286062f95d5c61b9ec1e7f6af4138fe3ce99
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index bcfcc84..7632a41 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,6 +17,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
+ Programming Language :: Python :: 3.5
[extras]
# So e.g. nova can test-depend on oslo.db[mysql]