Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Jan 16, 2015
1 parent 5990b33 commit a888c9d
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 @@ install:
- if [[ $TOXENV == 'checkers' ]]; then pip install flake8; fi
- if [[ $TOXENV == 'checkers' ]]; then pip install pep8-naming; fi
- if [[ $TOXENV == 'py27' ]]; then pip install coveralls; fi
- if [[ $TOXENV == 'py27' ]]; then pip install isbnlib; fi
- if [[ $TOXENV = py* ]]; then pip install isbnlib; fi
- if [[ $DOC == 'sphinx' ]]; then pip install sphinx; fi
script:
- if [[ ! -z $TOXENV ]]; then tox -e $TOXENV; fi
Expand Down

0 comments on commit a888c9d

Please sign in to comment.