Skip to content

Commit

Permalink
Travis: remove explicit flake8 install
Browse files Browse the repository at this point in the history
  • Loading branch information
clbarnes committed Apr 2, 2020
1 parent c91503f commit e2b6685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ before_install:
install:
# Install requirements for running CATMAID and its unit tests
- ./scripts/travis/install_requirements.sh
- pip install coveralls flake8
- pip install coveralls
- npm install
before_script:
# Set up and start postgres, create database, write config files
Expand Down

0 comments on commit e2b6685

Please sign in to comment.