Skip to content

Commit

Permalink
Add a tox configuration
Browse files Browse the repository at this point in the history
This will be used for release builds; the Travis configuration
will verify things commit-to-commit.
  • Loading branch information
pteichman committed Sep 19, 2012
1 parent 4229ede commit 8ec7ff0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.egg
*.egg-info
.coverage
.tox
dist/
docs/_build
tests.*
Expand Down
10 changes: 10 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[tox]
envlist = py26, py27

[testenv]
deps=
flake8==1.4

commands=
flake8 park.py test_park.py
python setup.py test

0 comments on commit 8ec7ff0

Please sign in to comment.