Skip to content

Commit

Permalink
Add tox.ini.
Browse files Browse the repository at this point in the history
  • Loading branch information
heavenshell committed Mar 8, 2015
1 parent 5b3714d commit 02c0fa6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[tox]
envlist = py27,py34,pep8

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

[testenv:pep8]
deps = pep8
commands = pep8 --repeat --ignore=E501 --show-source mackerel tests setup.py

0 comments on commit 02c0fa6

Please sign in to comment.