You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the tests were running in ALL the python environments (from py26 to pypy) with tox in ALL travis-ci platform (should be one python environment with one platform)
in setup.py the tests were executed with the following commands:
os.system('tox')
sys.exit()
and the second line will make the test error code not being reported to invoker (in this case, the travis-ci).
There will be two PRs to resolve the above issues: the first one will be fixing all current unit test errors (one of them caused by me - sorry!), and the second one will fix the CI configuration. Please consider accept and merge them in order to prevent travis-ci disallow PR due to test failure. Thanks.
The text was updated successfully, but these errors were encountered:
Travis-CI is saying at the moment, but actually it's not: https://travis-ci.org/stchris/untangle/jobs/255641301
There's two issues with current setting:
setup.py
the tests were executed with the following commands:There will be two PRs to resolve the above issues: the first one will be fixing all current unit test errors (one of them caused by me - sorry!), and the second one will fix the CI configuration. Please consider accept and merge them in order to prevent travis-ci disallow PR due to test failure. Thanks.
The text was updated successfully, but these errors were encountered: