Browse Source

Wrong commands

pull/142/head
Oliverpool 9 years ago
parent
commit
1a1c6c5612
  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:
- "python pip install tox" - "pip install tox"
test_script: test_script:
- "python tox" - "tox"
Loading…
Cancel
Save