Skip to content

Commit

Permalink
Don't start Crossbar for flake8 or mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Sep 30, 2017
1 parent 48aa123 commit 0b6fa98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -15,10 +15,12 @@ jobs:

- env: TOXENV=flake8
python: "3.5"
before_install: skip
after_success: skip

- env: TOXENV=mypy
python: "3.5"
before_install: skip
after_success: skip

- stage: deploy to PyPI
Expand Down

0 comments on commit 0b6fa98

Please sign in to comment.