Skip to content

Commit

Permalink
TST: Run flake8 in Travis-CI python 2.7 build (googleapis#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored and jreback committed Jun 9, 2017
1 parent 44ea92c commit 17e9812
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 @@ -3,7 +3,7 @@ sudo: false
language: python

env:
- PYTHON=2.7 PANDAS=0.19.2 COVERAGE='false' LINT='false'
- PYTHON=2.7 PANDAS=0.19.2 COVERAGE='false' LINT='true'
- PYTHON=3.5 PANDAS=0.18.1 COVERAGE='true' LINT='false'
- PYTHON=3.6 PANDAS=0.20.1 COVERAGE='false' LINT='true'
- PYTHON=3.6 PANDAS=MASTER COVERAGE='false' LINT='false'
Expand Down

0 comments on commit 17e9812

Please sign in to comment.