Skip to content

Commit

Permalink
tox
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook committed Oct 1, 2016
1 parent 622027a commit 0d3d353
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -7,7 +7,7 @@ publish:
python setup.py register sdist upload

test:
python setup.py test
tox

lint:
python setup.py flake8
Expand Down
1 change: 1 addition & 0 deletions requirements_dev.txt
Expand Up @@ -4,3 +4,4 @@ mock==2.0.0
Sphinx==1.4.8
twine==1.8.1
Twisted==16.4.1
tox==2.3.1
8 changes: 8 additions & 0 deletions tox.ini
@@ -0,0 +1,8 @@
[tox]
envlist = py27, py35

[testenv]
commands = python setup.py test
deps =
pytest
mock

0 comments on commit 0d3d353

Please sign in to comment.