Skip to content

Commit

Permalink
release 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Jan 13, 2015
1 parent fea76ef commit a853f7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
- TOXENV=py34
- TOXENV=pypy
- TOXENV=checkers
- DOC=sphinx
matrix:
allow_failures:
- env: TOXENV=pypy
Expand All @@ -22,7 +23,9 @@ install:
- pip install flake8
- pip install pep8-naming
- pip install coveralls
- pip install sphinx
script:
- "if [[ ! -z $TOXENV ]]; then tox -e $TOXENV; fi"
- "if [[ $DOC == 'sphinx' ]]; then cd docs; sphinx-build -n -b html -d _build/.doctrees . _build/html; fi"
after_success:
- "if [[ $TOXENV == 'py27' ]]; then coveralls; fi"

0 comments on commit a853f7c

Please sign in to comment.