Skip to content

Commit

Permalink
Changes for Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajwalM2212 committed Jul 24, 2019
1 parent eab0786 commit 2d45707
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ test_script:
python setup.py install

- python -m pip install
git+https://github.com/coala/coala#egg=coala
git+https://github.com/PrajwalM2212/coala.git@writer#egg=coala
git+https://github.com/coala/coala-bears#egg=coala-bears


Expand Down
3 changes: 2 additions & 1 deletion .ci/deps.python-packages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ function Install-coala {

Checkpoint-Pip-Constraints

Install-Pip-Requirement 'git+https://github.com/coala/coala#egg=coala'
Install-Pip-Requirement 'git+https://github.com/PrajwalM2212/coala.git@writer#egg=coala
'

if (!($stop_at -eq 'coala-bears')) {
Write-Output "Installing coala-bears"
Expand Down
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ stages:
install: false
script: false

.check_moban: &check_moban
<<: *disable_global
python: 3.6
stage: moban
install: pip install moban
script: .ci/check_moban.sh
# .check_moban: &check_moban
# <<: *disable_global
# python: 3.6
# stage: moban
# install: pip install moban
# script: .ci/check_moban.sh

jobs:
include:
- *check_moban
# - *check_moban

cache:
pip: true
Expand Down

0 comments on commit 2d45707

Please sign in to comment.