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