# HG changeset patch
# User Jeff Hammel <k0scist@gmail.com>
# Date 1502664721 25200
# Node ID dc495f0b5ee8b8db64da6e8be63c5de4221b8f29
# Parent  2a69ce7f944e189fe770b7dda2aeab030f64e55e
[testing] toxify

diff -r 2a69ce7f944e -r dc495f0b5ee8 tox.ini
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tox.ini	Sun Aug 13 15:52:01 2017 -0700
@@ -0,0 +1,6 @@
+# https://tox.readthedocs.io/en/latest/
+[tox]
+envlist=py27
+[testenv]
+deps=pytest
+commands=pytest tests/
\ No newline at end of file