Skip to content

Commit

Permalink
update MANIFEST.in and tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Apr 21, 2017
1 parent 6e0868d commit 4c1c20a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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 *
8 changes: 2 additions & 6 deletions 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 []

0 comments on commit 4c1c20a

Please sign in to comment.