Skip to content

Commit

Permalink
make flake8 functional, wheels are not installed yet
Browse files Browse the repository at this point in the history
Signed-off-by: Chris “Kwpolska” Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jan 31, 2014
1 parent 6e676af commit ebfe1bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ matrix:
env:
NMODE=nikola
install:
#TEMPORARY REMOVE ME SOON
- "if [[ $NMODE == 'flake8' ]]; then false; fi"
- "if [[ $NMODE == 'nikola' ]]; then wget https://github.com/getnikola/wheelhouse/archive/$(scripts/getpyver.py).zip; fi"
- "if [[ $NMODE == 'nikola' ]]; then unzip $(scripts/getpyver.py).zip; fi"
- "if [[ $NMODE == 'nikola' ]]; then python scripts/install_wheels.py; fi"
Expand Down

0 comments on commit ebfe1bf

Please sign in to comment.