appveyor: Install cram 0.6
This commit is contained in:
parent
38653a6414
commit
0e1eec940a
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ install:
|
||||||
# Upgrade pip
|
# Upgrade pip
|
||||||
- "pip install --disable-pip-version-check --user --upgrade pip"
|
- "pip install --disable-pip-version-check --user --upgrade pip"
|
||||||
# Install cram
|
# Install cram
|
||||||
- "pip install cram"
|
- "pip install cram==0.6"
|
||||||
- python -m cram --version
|
- python -m cram --version
|
||||||
# Patch buggy cram
|
# Patch buggy cram
|
||||||
- sh -c "patch C:/Python34/Lib/site-packages/cram.py .cmake/cram-win.patch"
|
- sh -c "patch C:/Python34/Lib/site-packages/cram.py .cmake/cram-win.patch"
|
||||||
|
|
Loading…
Add table
Reference in a new issue