Skip to content

Commit

Permalink
Run installtests
Browse files Browse the repository at this point in the history
  • Loading branch information
walles committed Mar 30, 2020
1 parent 635037b commit 476f78f
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
@@ -1,8 +1,6 @@
[tox]
# NOTE: Running "./setup.py check" generates "version.py", required for
# some testing
# FIXME: run installtest
# FIXME: black in python3 mode, let this replace the flake8 invocations
# FIXME: pytest in python2 mode
# FIXME: pytest in python3 mode
# FIXME: create px.pex in python2 mode
Expand All @@ -18,11 +16,13 @@
# FIXME: pip uninstall --yes pxpx, then pip install pxpx-*.whl
# verify that px bash doesn't fail
# verify px --version against "git describe --dirty"
# FIXME: black in python3 mode, let this replace the flake8 invocations

envlist=
mypy2,
mypy3,
shellcheck
installtest

[testenv:mypy2]
basepython = python3
Expand All @@ -48,3 +48,8 @@ commands =
skip_install = true
commands =
/bin/bash -c 'shellcheck ./*.sh ./*/*.sh'

[testenv:installtest]
skip_install = true
commands =
{toxinidir}/tests/installtest.sh

0 comments on commit 476f78f

Please sign in to comment.