Skip to content

Commit

Permalink
Temp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatkarani committed Aug 25, 2019
1 parent 2020472 commit 6bd5e2c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .ci/deps.python-packages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function Install-coala {

Checkpoint-Pip-Constraints

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

if (!($stop_at -eq 'coala-bears')) {
Write-Output "Installing coala-bears"
Expand Down
2 changes: 1 addition & 1 deletion .moban.dt/requirements.txt.jj2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NOTE: This file is parsed by .ci/generate_bear_metadata.py
# Edit coala_dependency in coala-build.yaml
git+https://github.com/coala/coala#egg=coala
git+https://github.com/akshatkarani/coala@nextgen#egg=coala
# Dependencies inherited from coala
# coala_utils
# dependency_management
Expand Down
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,14 @@ jobs:
before_script: true
script: .ci/check_unsupported.sh

- python: 3.6
stage: sentinel
before_install: false
install: pip install moban
before_script: false
script: .ci/check_moban.sh
after_success: false
after_failure: false
# - python: 3.6
# stage: sentinel
# before_install: false
# install: pip install moban
# before_script: false
# script: .ci/check_moban.sh
# after_success: false
# after_failure: false

# Entries generates from `supported_versions`
- stage: sentinel
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NOTE: This file is parsed by .ci/generate_bear_metadata.py
# Edit coala_dependency in coala-build.yaml
git+https://github.com/coala/coala#egg=coala
git+https://github.com/akshatkarani/coala@nextgen#egg=coala
# Dependencies inherited from coala
# coala_utils
# dependency_management
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ list_dependencies_command = python -m pip freeze --local
whitelist_externals =
pytest
deps =
git+https://github.com/coala/coala#egg=coala
git+https://github.com/akshatkarani/coala@nextgen#egg=coala
pip: -rbear-requirements.txt
# aenum is needed during test collection
!pip: aenum
Expand Down

0 comments on commit 6bd5e2c

Please sign in to comment.