From 3dd0ceb8e056704aa747f9023ca4926a8669acfa Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 1 Apr 2015 14:05:02 +0300 Subject: [PATCH] Remove "scons" version, because it isn't installed by default --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f33de82e..fcb16184 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,5 +17,4 @@ install: test_script: - "%PYTHON_HOME%\\Scripts\\tox --version" - "%PYTHON_HOME%\\Scripts\\pip --version" - - "scons --version" - "%WITH_COMPILER% %PYTHON_HOME%\\Scripts\\tox"