Skip to content

Commit

Permalink
Do not run mypy in CI
Browse files Browse the repository at this point in the history
mypy configuration is broken at the moment and I don't have the time to
fix it.
  • Loading branch information
Javier Collado committed Jul 5, 2018
1 parent ae72735 commit a598136
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
working_directory: ~/rabbithole
docker:
- image: jcollado/rabbithole-ci:0.3
parallelism: 4
parallelism: 3
steps:
- checkout
- restore_cache:
Expand All @@ -19,12 +19,8 @@ jobs:
tox -e py36
;;
2)
tox -e mypy2
tox -e flake8
;;
3)
tox -e mypy3
;;
esac
- save_cache:
key: rabbithole-{{ .Branch }}-{{ .Environment.CIRCLE_NODE_INDEX }}-{{ checksum "requirements/common.txt" }}
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ env:
- TOXENV=py36
- TOXENV=py27
- TOXENV=flake8
- TOXENV=mypy2
- TOXENV=mypy3
install: pip install -U tox
script: tox -e ${TOXENV}
deploy:
Expand Down

0 comments on commit a598136

Please sign in to comment.