changeset 7:7d6acedf1a67

add tox.ini
author Jeff Hammel <k0scist@gmail.com>
date Sat, 01 Apr 2017 12:37:38 -0700
parents 22fbe50d92e8
children adf056d67c01
files tox.ini
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tox.ini	Sat Apr 01 12:37:38 2017 -0700
@@ -0,0 +1,5 @@
+# https://tox.readthedocs.io/en/latest/
+[tox]
+envlist=py27
+[testenv]
+commands=python setup.py test