Skip to content

Commit

Permalink
add flake8 to circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
ramusus committed Feb 11, 2018
1 parent 333de01 commit 03336ab
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,11 @@ jobs:
- ./venv
key: v1-dependencies-{{ checksum "requirements.txt" }}

# run tests!
# this example uses Django's built-in test-runner
# other common Python testing frameworks include pytest and nose
# https://pytest.org
# https://nose.readthedocs.io
- run:
name: run tests
name: run lint and tests
command: |
. venv/bin/activate
flake8 ./kinopoisk
coverage run --source=kinopoisk -m kinopoisk.tests.__init__
- store_artifacts:
Expand Down

0 comments on commit 03336ab

Please sign in to comment.