Skip to content

Commit

Permalink
Don't install program deps for TravisCI builds
Browse files Browse the repository at this point in the history
It doesn't need to _run_ the program, just lint it
  • Loading branch information
zhimsel committed May 15, 2018
1 parent ef403bb commit fb31a46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ python:

# install dependencies
install:
- pip install -r requirements.txt
- pip install --upgrade flake8

# run tests
Expand Down

0 comments on commit fb31a46

Please sign in to comment.