Skip to content

Commit ba16d2e

Browse files
committed
Add config file for tox.
1 parent 92c2612 commit ba16d2e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: tox.ini

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[tox]
2+
envlist = py34, py35, py36, lint
3+
4+
[testenv]
5+
commands = make test
6+
whitelist_externals = make
7+
usedevelop = true
8+
9+
[testenv:lint]
10+
commands = make lint
11+
12+
[travis]
13+
python =
14+
3.4: py34
15+
3.5: py35
16+
3.6: py36

0 commit comments

Comments
 (0)