Commit 0f6fa71c authored by Jason R. Coombs's avatar Jason R. Coombs

Should be able to execute without specifying the full path.

parent 299aaee1
......@@ -12,5 +12,5 @@ install:
build: off
test_script:
- "%PYTHON%\\python bootstrap.py"
- "%PYTHON%\\python setup.py test"
- "python bootstrap.py"
- "python setup.py test"
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