Skip to content

Commit

Permalink
.ci/: Sync moban
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanSrt committed Aug 11, 2018
1 parent 43c9b7b commit 40a266c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ install:
- "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
- "%CMD_IN_ENV% python -m pip install --upgrade setuptools==21 pip==9"
- "%CMD_IN_ENV% python -m pip install -r requirements.txt \
-r test-requirements.txt"
- "%CMD_IN_ENV% python -m pip install -r test-requirements.txt \
-r requirements.txt"

build: false # Not a C# project, build stuff at the test step instead.

Expand Down
2 changes: 1 addition & 1 deletion .ci/run_with_env.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
:: http://stackoverflow.com/a/13751649/163740
::
:: Author: Olivier Grisel
:: License: CC0 1.0 Universal: http://creativecommons.org/publicdomain/zero/1.0/
:: License: CC0 1.0 Universal: https://creativecommons.org/publicdomain/zero/1.0/
::
:: Notes about batch files for Python people:
::
Expand Down

0 comments on commit 40a266c

Please sign in to comment.