Skip to content

Commit

Permalink
chore(travis): run flake8 after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed May 17, 2019
1 parent b6d7cc3 commit 31e2545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -23,7 +23,7 @@ install:
- pip install ".[test]"
# we need this branch to perform testing, do it after the pip install above, otherwise we 'downgrade'
- pip install --upgrade --no-deps --force-reinstall git+https://github.com/jupyter/nbconvert.git@master#egg=nbconvert
before_script:
after_script:
- flake8 voila
script:
- VOILA_TEST_DEBUG=1 py.test tests/

0 comments on commit 31e2545

Please sign in to comment.