adafruit-beaglebone-io-python/tox.ini
Drew Fustini 59dcd95755
Update tox.ini to Python 3.6
Try to fix TravisCI error that Python 3.4 does not exist
2019-12-17 05:34:03 +00:00

12 lines
358 B
INI

# Tox (http://tox.testrun.org/) 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.
[tox]
envlist = py27, py36
[testenv]
commands = echo "run pytest on beaglebone"
deps =
whitelist_externals = echo