Skip to content

Commit 3db9804

Browse files
committed
+ reverted tox.ini file
1 parent 63a8959 commit 3db9804

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tox.ini

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[tox]
2+
envlist = py27,py35,py35-locale,py36,py37,py38
3+
4+
[testenv]
5+
deps =
6+
pytest
7+
commands=
8+
python setup.py install
9+
py.test []
10+
11+
[testenv:py35-locale]
12+
basepython = python3.5
13+
setenv =
14+
LC_ALL=C

0 commit comments

Comments
 (0)