From 4a75383a05e2d8f94534d537b48bf3be104bee6b Mon Sep 17 00:00:00 2001 From: Jonathan Maw Date: Mon, 21 Oct 2019 16:45:28 +0100 Subject: Add tests that the basic functionality of buildstream works in win32 i.e. `bst help` and `bst init` --- tox.ini | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 789aa40bf..dffaf7265 100644 --- a/tox.ini +++ b/tox.ini @@ -50,7 +50,6 @@ passenv = REMOTE_EXECUTION_SERVICE SOURCE_CACHE_SERVICE SSL_CERT_FILE - # # These keys are not inherited by any other sections # @@ -68,6 +67,25 @@ whitelist_externals = mv mkdir +# +# Environment for native windows +# +[testenv:win32] +commands = + bst help + cmd /C md testdir + bst init testdir --project-name="test" +deps = + -rrequirements/requirements.txt + -rrequirements/dev-requirements.txt + colorama + windows-curses + cython + . +whitelist_externals = + bst + cmd + # # Coverage reporting # -- cgit v1.2.1