Skip to content

Commit bea723c

Browse files
committed
Add tox.ini file.
1 parent 1ae4fce commit bea723c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tox.ini

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[tox]
2+
downloadcache = {toxworkdir}/cache/
3+
envlist =
4+
py27,
5+
py35,
6+
7+
[testenv]
8+
basepython =
9+
py27: python2.7
10+
py35: python3.5
11+
commands =
12+
py.test
13+
deps =
14+
pytest
15+
mock
16+
setuptools>=17.1

0 commit comments

Comments
 (0)