Skip to content

Commit

Permalink
Merge pull request #99 from mfine/mfine-tox-needs-yaml
Browse files Browse the repository at this point in the history
Tox needs yaml for tests
  • Loading branch information
mookerji committed Apr 13, 2015
2 parents d864697 + 0988ed7 commit 7d76c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ envlist = py27

[testenv]
deps = -rrequirements.txt
pyyaml
commands = py.test -v tests/
sitepackages = False
usedevelop = True
Expand Down

0 comments on commit 7d76c2c

Please sign in to comment.