Skip to content

Commit a843fea

Browse files
committed
Temp changes
1 parent 74c83e0 commit a843fea

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.ci/deps.python-packages.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function Install-coala {
9191

9292
Checkpoint-Pip-Constraints
9393

94-
Install-Pip-Requirement 'git+https://github.com/coala/coala#egg=coala'
94+
Install-Pip-Requirement 'git+https://github.com/akshatkarani/coala@nextgen#egg=coala'
9595

9696
if (!($stop_at -eq 'coala-bears')) {
9797
Write-Output "Installing coala-bears"

.moban.dt/requirements.txt.jj2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NOTE: This file is parsed by .ci/generate_bear_metadata.py
22
# Edit coala_dependency in coala-build.yaml
3-
git+https://github.com/coala/coala#egg=coala
3+
git+https://github.com/akshatkarani/coala@nextgen#egg=coala
44
# Dependencies inherited from coala
55
# coala_utils
66
# dependency_management

.travis.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -198,14 +198,14 @@ jobs:
198198
before_script: true
199199
script: .ci/check_unsupported.sh
200200

201-
- python: 3.6
202-
stage: sentinel
203-
before_install: false
204-
install: pip install moban
205-
before_script: false
206-
script: .ci/check_moban.sh
207-
after_success: false
208-
after_failure: false
201+
# - python: 3.6
202+
# stage: sentinel
203+
# before_install: false
204+
# install: pip install moban
205+
# before_script: false
206+
# script: .ci/check_moban.sh
207+
# after_success: false
208+
# after_failure: false
209209

210210
# Entries generates from `supported_versions`
211211
- stage: sentinel

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NOTE: This file is parsed by .ci/generate_bear_metadata.py
22
# Edit coala_dependency in coala-build.yaml
3-
git+https://github.com/coala/coala#egg=coala
3+
git+https://github.com/akshatkarani/coala@nextgen#egg=coala
44
# Dependencies inherited from coala
55
# coala_utils
66
# dependency_management

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ list_dependencies_command = python -m pip freeze --local
7979
whitelist_externals =
8080
pytest
8181
deps =
82-
git+https://github.com/coala/coala#egg=coala
82+
git+https://github.com/akshatkarani/coala@nextgen#egg=coala
8383
pip: -rbear-requirements.txt
8484
# aenum is needed during test collection
8585
!pip: aenum

0 commit comments

Comments
 (0)