Skip to content

Commit

Permalink
add tox
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Pineo committed Aug 31, 2015
1 parent 4557837 commit 93696a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ dist
*.pyc
*.egg-info
MANIFEST
.tox/
8 changes: 8 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[tox]
envlist = py26,py27,py33,py34

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

0 comments on commit 93696a2

Please sign in to comment.