Skip to content

Commit

Permalink
Pylint requires full venv
Browse files Browse the repository at this point in the history
  • Loading branch information
iky committed May 9, 2019
1 parent 5dadcd9 commit cfb4dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
env: DEPS="nameko>=2.12.0"
- python: 3.6
stage: static
install: pip install pre-commit
install: pip install -U -e ".[dev]"
script: make static
env:

Expand Down

0 comments on commit cfb4dda

Please sign in to comment.