Skip to content

Commit

Permalink
Bring back flake8 and docs to TravisCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 5, 2018
1 parent 0c8ff75 commit 8ef3927
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ include/
lib/
src/*.egg-info

.coverage
.installed.cfg
.tox
bin
Expand Down
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ python:
- pypy3
matrix:
include:
- python: "3.6"
env: TOXENV=flake8,docs
- python: "3.7"
dist: xenial
sudo: true
install:
- pip install coveralls coverage
- pip install zope.testrunner
- pip install -U -e .[test]
- pip install tox tox-travis coveralls
script:
- coverage run -m zope.testrunner --test-path=src -v
- tox
after_success:
- coveralls
notifications:
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ envlist =
deps =
.[test]
zope.testrunner
coverage
commands =
zope-testrunner --test-path=src {posargs:-vc}
coverage run -m zope.testrunner --test-path=src {posargs:-vc}

[testenv:docs]
basepython =
Expand Down

0 comments on commit 8ef3927

Please sign in to comment.