Skip to content

Commit

Permalink
Have pypy3 ignore py36 tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dangle committed Nov 26, 2017
1 parent cb11048 commit 0c851a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ deps =
pylint >= 1.7
py{34,35,36}: mypy >= 0.501
commands =
py{27,34,35}: py.test --cov=typet --basetemp={envtmpdir} --ignore=tests/py36 {posargs}
py36: py.test --cov=typet --basetemp={envtmpdir} {posargs}
py{27,34,35,py,py3}: py.test --cov=typet --basetemp={envtmpdir} --ignore=tests/py36 {posargs}
py{36}: py.test --cov=typet --basetemp={envtmpdir} {posargs}
- coveralls
pep257 setup.py typet tests
flake8 setup.py typet
Expand Down

0 comments on commit 0c851a9

Please sign in to comment.