Skip to content

Commit

Permalink
run flake8 as part of the travis pipeline, tox tests
Browse files Browse the repository at this point in the history
  • Loading branch information
freddrake committed Oct 30, 2018
1 parent 49e11c4 commit 04a24bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -15,9 +15,11 @@ matrix:
install:
- pip install -U pip setuptools
- pip install -U coverage coveralls
- pip install -U flake8
- pip install -U -e .[test]
script:
- coverage run -m zope.testrunner --test-path=.
- flake8 --isolated setup.py ZConfig
notifications:
email: false
after_success:
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Expand Up @@ -4,8 +4,10 @@ envlist = py27,py34,py35,py36,py37,pypy
[testenv]
commands =
zope-testrunner --test-path=.
flake8 --isolated setup.py ZConfig
deps =
.[test]
flake8

[testenv:coverage]
basepython =
Expand Down

0 comments on commit 04a24bf

Please sign in to comment.