Skip to content

Commit

Permalink
re #7: Add changelog entry and enable flake8 tests on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
sallner committed May 17, 2018
1 parent c9c3089 commit bd216ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -11,11 +11,13 @@ install:
- pip install coveralls coverage
- pip install zc.buildout
- pip install -U six==1.10.0
- pip install flake8
- buildout bootstrap
- buildout

script:
- coverage run bin/test -v1
- flake8 --doctests src tests setup.py
after_success:
- coverage combine
- coveralls
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -4,7 +4,7 @@ Changelog
3.0b4 (unreleased)
------------------

- Nothing changed yet.
- Improve compatibility with flake8.


3.0b3 (2018-04-18)
Expand Down

0 comments on commit bd216ce

Please sign in to comment.