Skip to content

Commit dfea637

Browse files
committed
tox.ini: use pip install in init setup
1 parent 6c4b8a6 commit dfea637

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

tox.ini

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,17 @@ deps =
2525

2626
commands =
2727
py{27,33,35,36}-unit: python setup.py test
28-
py34-unit: coverage run setup.py test
29-
py{27,33,34,35,36}-lint: flake8 schema_salad setup.py
28+
py{27,33,35,36}-lint: flake8 schema_salad setup.py
3029

3130
whitelist_externals =
3231
py{27,33,34,35,36}-lint: flake8
3332

33+
[testenv:py34-unit]
34+
commands =
35+
pip install .
36+
coverage run setup.py test
37+
whitelist_externals=test
38+
3439
[testenv:py35-mypy2]
3540
commands = make mypy2
3641
whitelist_externals = make

0 commit comments

Comments
 (0)