From 4c1c20a025df838c0b8bd87f1694f1495de62666 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Fri, 21 Apr 2017 17:51:50 -0500 Subject: [PATCH] update MANIFEST.in and tox.ini --- MANIFEST.in | 2 +- tox.ini | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 5603d4ad..1509d8bf 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include README.rst LICENSE CHANGES .tmuxp.yaml +include README.rst LICENSE CHANGES .tmuxp.yaml __about__.py recursive-include requirements *.txt recursive-include doc *.rst recursive-include cihai/data * diff --git a/tox.ini b/tox.ini index e66ca9f7..4d64c562 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,5 @@ [tox] -envlist = py26, py27, py33 +envlist = py27, py36 [testenv] -commands = python run-tests.py [] - -[testenv:py26] -deps= - unittest2 +commands = python setup.py test []