spiegel_podman/contrib/python/podman/tox.ini
Jhon Honce a7ea7e9d5c Downgrade code to support python3.4
* Added tox configuration to test python 3.4, 3.5 and 3.6.
  Tox testing not enabled on every PR
* Updated MANIFEST.ini to support tox
* Correct comments

Fixes #1641

Signed-off-by: Jhon Honce <jhonce@redhat.com>
2018-10-23 07:58:48 -07:00

8 lines
143 B
INI

[tox]
envlist = py34,py35,py36
skipdist = True
[testenv]
deps=-rrequirements.txt
whitelist_externals = bash
commands=bash test/test_runner.sh