Skip to content

Commit

Permalink
Merge pull request #130 from jamescooke/cleanup-examples2
Browse files Browse the repository at this point in the history
Cleanup examples
  • Loading branch information
jamescooke committed Feb 27, 2020
2 parents c9ec0ac + d2b8ce1 commit 96f9ee9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Changed
* Install requires ASTTokens version 2 or greater, was previously
``>= 1.1.10``.

* Special test examples that only ran on Python 3.6 and greater, now merged
into main test suite. `#128
<https://github.com/jamescooke/flake8-aaa/pull/128>`_

Removed
.......

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ envlist = py3{6,7,8}-{install,lint,lintexamples,test,doctest,cmd,cmdbad},py36-do
[install]
commands =
flake8 --version
flake8 tests examples/good examples/good_py36_plus
flake8 tests examples/good
- bash -c "flake8 examples/bad/ | sort > {envtmpdir}/out"
diff {envtmpdir}/out examples/bad/bad_expected.out

Expand Down

0 comments on commit 96f9ee9

Please sign in to comment.