Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
Clean up CR comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
sallner committed May 13, 2020
1 parent 63dc695 commit 2d130df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,5 +1,4 @@
language: python
sudo: false
python:
- 2.7
- 3.5
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Expand Up @@ -16,7 +16,7 @@ deps = zope.testrunner

[testenv:coverage]
basepython =
python3.8
python3
commands =
coverage run -m zope.testrunner --test-path=src []
coverage html
Expand All @@ -26,7 +26,8 @@ deps =
coverage

[testenv:flake8]
basepython = python3.8
basepython =
python3
skip_install = true
deps = flake8
commands = flake8 --doctests src setup.py

0 comments on commit 2d130df

Please sign in to comment.