diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2018-09-02 07:25:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-09-02 07:25:00 +0000 |
commit | cdeeacd093740b87865dfbffb92c6c6d5b917d3b (patch) | |
tree | f3e1c2ab942338d2c50f8237a96f028b31795462 /tox.ini | |
parent | 1b299d38acb223caa21d0c3eeb32c9d2ae348a1c (diff) | |
parent | 01a46e85a0e1eca03f2adf7b0f479d79e71fd786 (diff) |
Merge changes Ib7384772,I94e94c21
* changes:
Update to Alpine 3.8
Publish unit test report
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ commands = nosetests --with-xunit \ --cover-package=functest \ --cover-xml \ --cover-html \ + --with-html-output \ functest/tests/unit [testenv:docs] |