'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
],
packages=['m_librarian'],
package_data={'m_librarian': [
[tox]
minversion = 1.8
toxworkdir={homedir}/.tox/m_librarian
-envlist = {py27,py34},{py27,py34}-flake8
+envlist = {py27,py34,py35,py36},{py27,py34}-flake8
# Base test environment settings
[testenv]
[testenv:py34]
commands = {[general]commands}
+[testenv:py35]
+commands = {[general]commands}
+
+[testenv:py36]
+commands = {[general]commands}
+
[testenv:py27-flake8]
deps =
flake8