Skip to content

Commit

Permalink
Flake8 testproj, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed May 25, 2019
1 parent 953ebf0 commit bf337c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ matrix:
- python: 3.6
name: "Flake8"
install: pip install -U flake8
script: flake8 --doctests src setup.py
script: flake8 --doctests src testproj setup.py
after_success:
script:
- coverage run -m zope.testrunner --test-path=src --auto-color --auto-progress
Expand Down
2 changes: 0 additions & 2 deletions testproj/src/testpkg/__init__.py
Expand Up @@ -2,5 +2,3 @@
_ = MessageFactory('testproj')

testmessage = _('Message from Python')


2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -12,4 +12,4 @@ deps =
basepython = python3.6
skip_install = true
deps = flake8
commands = flake8 --doctests src setup.py
commands = flake8 --doctests src testproj setup.py

0 comments on commit bf337c0

Please sign in to comment.