diff --git a/.travis.yml b/.travis.yml index cf7653b0..efcd3925 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ env: - TASK='render' FLAGS='--config-file rendered.yml --no-input' EXTRA_CONTEXT='include_example_cython_code=y initialize_git_repo=n license=Other' install: - - pip sphinx cookiecuter gitpython tox + - pip install sphinx cookiecuter gitpython tox script: - cd docs ; make html ; cd ..