Skip to content

Commit

Permalink
install pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Alan Weaver committed Nov 11, 2015
1 parent 06ff18e commit e5f14ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ matrix:
env: SETUP_CMD='test'
- python: 3.4
env: SETUP_CMD='test'
- python: 3.5
env: SETUP_CMD='test'

# Try older numpy versions
- python: 2.7
Expand Down Expand Up @@ -109,6 +111,9 @@ install:
# COVERAGE DEPENDENCIES
- if [[ $SETUP_CMD == 'test --coverage' ]]; then $PIP_INSTALL coverage==3.7.1 coveralls; fi

# PEP8 DEPENDENCIES
- if [[ $MAIN_CMD == 'pep8' ]]; then $PIP_INSTALL pep8; fi

script:
- $MAIN_CMD $SETUP_CMD

Expand Down

0 comments on commit e5f14ea

Please sign in to comment.