Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Jan 27, 2019
1 parent 0b302fc commit 09335d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ install:
# command to install dependencies
- pip install -r requirements-dev.txt
- pip install -r requirements.txt
# install is required for the nbconvert exporters
# install is required for testing the pre-commit mode
- pip install .
# install black if available (Python 3.6 and above)
# install black if available (Python 3.6 and above), and autopep8 for testing the pipe mode
- pip install black || true
- pip install autopep8 || true
before_script:
# stop the build if there are Python syntax errors or undefined names
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
Expand Down

0 comments on commit 09335d5

Please sign in to comment.