Browse Source

Directly call python

pull/142/head
Oliverpool 10 years ago
parent
commit
3c03215fa0
  1. 4
      .appveyor.yml

4
.appveyor.yml

@ -31,7 +31,7 @@ install:
build: false # Not a C# project, build stuff at the test step instead. build: false # Not a C# project, build stuff at the test step instead.
before_test: before_test:
- "%CMD_IN_ENV% pip install tox" - "python pip install tox"
test_script: test_script:
- "%CMD_IN_ENV% tox" - "python tox"
Loading…
Cancel
Save