Skip to content

Commit

Permalink
tox.ini: use pip install in init setup
Browse files Browse the repository at this point in the history
  • Loading branch information
manu-chroma committed Aug 15, 2017
1 parent 6c4b8a6 commit 0dc6018
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,17 @@ deps =

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

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

[testenv:py34-unit]
commands =
pip install .
coverage run setup.py test
whitelist_externals=coverage

[testenv:py35-mypy2]
commands = make mypy2
whitelist_externals = make
Expand Down

0 comments on commit 0dc6018

Please sign in to comment.