Skip to content

Commit b3d875c

Browse files
committed
Merge pull request #5 from paultag/paultag/feature/tox
Add in a Tox configuration
2 parents 755879d + ea090af commit b3d875c

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pytest
2+
responses

tox.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[tox]
2+
envlist = py27,pypy,py34
3+
4+
[testenv]
5+
commands =
6+
pip install -e .
7+
py.test
8+
deps =
9+
-rrequirements-dev.txt

0 commit comments

Comments
 (0)