We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0b25d commit 82505eeCopy full SHA for 82505ee
appveyor.yml
@@ -41,10 +41,8 @@ install:
41
build: off
42
43
test_script:
44
- - "%CMD_IN_ENV% python -m pip install -U pip"
45
- - "%CMD_IN_ENV% python -m pip install -U setuptools wheel"
46
- - "%CMD_IN_ENV% python -m pip install -rrequirements_test.txt"
47
- - "%CMD_IN_ENV% python -m pip install -rrequirements.txt"
+ - "%CMD_IN_ENV% python -m pip install -U pip setuptools wheel"
+ - "%CMD_IN_ENV% python -m pip install -rrequirements_dev.txt"
48
- "%CMD_IN_ENV% python setup.py build_ext --inplace"
49
- "%CMD_IN_ENV% python -m nose -v"
50
0 commit comments