Check python3 support when running tox
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 21 May 2017 13:16:31 +0000 (15:16 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 21 May 2017 13:20:48 +0000 (15:20 +0200)
commit3b008aed434448a543611c73afa282596f8b3f5d
tree52ec2174f4b445438c3830c545fbf8f3b351f46a
parentcb7c5c464adb4bf302e50cac7c989afe54640e47
Check python3 support when running tox

It only tests testcase, feature and odl which supports python3.
It creates a temporary requirements.py3.txt which will be safely removed
when we stop using subprocess32 [1] and robotframework-sshlibrary.

[1] https://jira.opnfv.org/browse/FUNCTEST-827

Change-Id: I92021dcb4aca03f64e2441e3bcff34675a3ae879
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
requirements.py3.txt [new file with mode: 0644]
tox.ini