Skip to content

Commit

Permalink
Merge pull request #467 from Charcoal-SE/flake8-ci-tests --autopull
Browse files Browse the repository at this point in the history
Implement two separate Flake8 tests (#466)
  • Loading branch information
Undo1 committed Jan 18, 2017
2 parents a2d8dcd + e50fbdb commit 5510b55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
install:
- pip install -r requirements.txt --upgrade
script:
- flake8 --config=tox_tests.ini ./test/
- flake8 ./
- python -W default::Warning -m pytest test
branches:
Expand Down
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ dependencies:
- pip install -r requirements.txt --upgrade
test:
override:
- flake8 --config=tox_tests.ini ./test/
- flake8 ./
- python -W default::Warning -m pytest test
3 changes: 3 additions & 0 deletions tox_tests.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[flake8]
ignore = E501,F403,E402,F405,N804
exclude = ChatExchange/*,.idea/*,.git/*

0 comments on commit 5510b55

Please sign in to comment.