[Python-modules-commits] [python-spur] 02/13: Add Python 3.5 to tox.ini and classifiers in setup.py

Ruben Undheim rubund-guest at moszumanska.debian.org
Sun Jan 3 10:38:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository python-spur.

commit 86afb528d842f130d9d9e8314da58b50996ed641
Author: Michael Williamson <mike at zwobble.org>
Date:   Sun Dec 27 17:28:17 2015 +0000

    Add Python 3.5 to tox.ini and classifiers in setup.py
---
 setup.py | 1 +
 tox.ini  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index ab337ed..9e73d93 100644
--- a/setup.py
+++ b/setup.py
@@ -29,6 +29,7 @@ setup(
         'Programming Language :: Python :: 3.2',
         'Programming Language :: Python :: 3.3',
         'Programming Language :: Python :: 3.4',
+        'Programming Language :: Python :: 3.5',
         'Topic :: Internet',
     ],
 )
diff --git a/tox.ini b/tox.ini
index dde27a4..4c2c6a0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = py26,py27,py32,py33,py34
+envlist = py26,py27,py32,py33,py34,py35
 [testenv]
 changedir = {envtmpdir}
 deps=-r{toxinidir}/test-requirements.txt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-spur.git



More information about the Python-modules-commits mailing list