Skip to content

Commit 82505ee

Browse files
committed
fix appveyor
1 parent cf0b25d commit 82505ee

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

appveyor.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,8 @@ install:
4141
build: off
4242

4343
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"
44+
- "%CMD_IN_ENV% python -m pip install -U pip setuptools wheel"
45+
- "%CMD_IN_ENV% python -m pip install -rrequirements_dev.txt"
4846
- "%CMD_IN_ENV% python setup.py build_ext --inplace"
4947
- "%CMD_IN_ENV% python -m nose -v"
5048

0 commit comments

Comments
 (0)