Skip to content

Commit

Permalink
Add tox, pytest and flake
Browse files Browse the repository at this point in the history
  • Loading branch information
fasouto committed Oct 25, 2016
1 parent 44f4e6c commit 3e6ee3f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ docutils==0.12
ecdsa==0.13
Fabric==1.12.0
first==2.0.1
flake8==3.0.4
imagesize==0.7.1
isort==4.2.5
Jinja2==2.8
Expand All @@ -28,6 +29,7 @@ pycparser==2.14
pycrypto==2.6.1
Pygments==2.1.3
pylint==1.6.4
pytest==3.0.3
pytz==2016.6.1
rcssmin==1.0.6
rjsmin==1.0.12
Expand Down
4 changes: 2 additions & 2 deletions requirements_to_freeze.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ Sphinx

# Testing
coverage
pep8
pylint
flake8
pytest
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[tox]
envlist = py27,py34

[testenv]
deps = pytest
commands = py.test

0 comments on commit 3e6ee3f

Please sign in to comment.