This should go into the python section, not the virtualenv section.

This commit is contained in:
enkore 2014-10-17 13:16:49 +02:00
parent 17e60c341c
commit a7bfb0e7a5

View File

@ -1,14 +1,12 @@
language: python
python:
- "3.3"
virtualenv:
- "3.3_with_system_site_packages"
before_install:
- "sudo apt-get install -qq python3-sphinx"
install:
- "pip3 install -r dev-requirements.txt"
- "pip install -r dev-requirements.txt"
script:
- "pep8 --ignore E501 i3pystatus tests"
- "pep8 --ignore E501 i3pystatus tests"
- "PYTHONPATH=. py.test" # run unit tests
- "python setup.py -q install" # test install
- "sphinx-build -W docs html" # test building docs