Fix detection of Travis instance

This commit is contained in:
Ivan Kravets
2015-02-19 22:25:40 +02:00
parent 0d7d2ce0b4
commit 6e820afd74

View File

@ -21,7 +21,7 @@ deps =
commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
sphinx-build -W -b latex -d {envtmpdir}/doctrees docs docs/_build/latex
/bin/bash -c "if [[ '$CI' != 'true' ]]; then sphinx-build -W -b linkcheck docs docs/_build/html; fi"
/bin/bash -c "if [[ $CI != 'true' ]]; then sphinx-build -W -b linkcheck docs docs/_build/html; fi"
[testenv:lint]
basepython = python2.7