Aha, now that's interesting.
The isolated venv was then probably the reason why pip didn't see python3-sphinx in https://travis-ci.org/enkore/i3pystatus/builds/38247577
This commit is contained in:
parent
8a4d43c86d
commit
c3f1f27186
13
.travis.yml
13
.travis.yml
@ -1,11 +1,14 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "3.3"
|
- "3.3"
|
||||||
install:
|
virtualenv:
|
||||||
|
system_site_packages: true
|
||||||
|
before_install:
|
||||||
- "sudo apt-get install -qq python3-sphinx"
|
- "sudo apt-get install -qq python3-sphinx"
|
||||||
- "pip3 install -r .travis-requirements.txt"
|
install:
|
||||||
|
- "pip3 install -r dev-requirements.txt"
|
||||||
script:
|
script:
|
||||||
- "pep8 --ignore E501 i3pystatus tests"
|
- "pep8 --ignore E501 i3pystatus tests"
|
||||||
- "PYTHONPATH=. py.test" # run unit tests
|
- "PYTHONPATH=. py.test" # run unit tests
|
||||||
- "python setup.py -q install" # test install
|
- "python setup.py -q install" # test install
|
||||||
- "sphinx-build -W docs html" # test building docs
|
- "sphinx-build -W docs html" # test building docs
|
||||||
|
Loading…
Reference in New Issue
Block a user