Skip to content

Commit

Permalink
Temp changes for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatkarani committed Jul 21, 2019
1 parent 629bc53 commit b15ec55
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
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 b15ec55

Please sign in to comment.