Files
dev/script/__Lib/diffcalc/tox.ini
2019-03-20 13:52:00 +01:00

24 lines
561 B
INI
Executable File

# Tox (https://tox.readthedocs.io/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
#py27
[tox]
envlist = jython
[testenv:jython]
basepython=/Users/zrb13439/jython/bin/jython
[testenv]
commands =
# pytest
# py.test --boxed integration_checks.py
# diffcalc --help
# ./diffcalc.py --modules
# ./diffcalc.py --non-interactive --python sixcircle
# ./diffcalc.py --non-interactive sixcircle
deps =