changeset 104:ae8df6457f05

begin to toxify
author Jeff Hammel <k0scist@gmail.com>
date Thu, 30 Mar 2017 19:37:34 -0700
parents 6b79c13bb42b
children 70f5be036103
files setup.py tox.ini
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Wed Mar 29 09:28:21 2017 -0700
+++ b/setup.py	Thu Mar 30 19:37:34 2017 -0700
@@ -31,6 +31,7 @@
           'PyRSS2Gen',
          ],
       dependency_links=['http://www.dalkescientific.com/Python/PyRSS2Gen-1.0.0.tar.gz#egg=PyRSS2Gen'],
+      tests_require=['tox'],
       entry_points="""
       [console_scripts]
       create-decoupage-index = decoupage.create_index:main
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tox.ini	Thu Mar 30 19:37:34 2017 -0700
@@ -0,0 +1,2 @@
+[tox]
+envlist=py27,py35