Commit 03ea9a9e by Victor Manuel Alvarez

Fix syntax error in appveyor.yml

parent 4d0754c0
......@@ -134,11 +134,11 @@ build_script:
-I../jansson-%JANSSON_VERSION%/build/include;c:/OpenSSL-Win%PYTHON_ARCH%/include"
after_build:
- %PYTHON%\\python setup.py install
- "%PYTHON%\\python setup.py install"
test_script:
# Run the project tests
- %PYTHON%\\python setup.py test
- "%PYTHON%\\python setup.py test"
after_test:
# If tests are successful, create binary packages for the project.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment