Skip to content

Commit 1fbb27a

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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tox.ini

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,16 @@ 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+
3438
[testenv:py35-mypy2]
3539
commands = make mypy2
3640
whitelist_externals = make

0 commit comments

Comments
 (0)