language: python python: - "2.6" - "2.7" - "3.2" # command to install dependencies # pip is run inside the script because we need have different requirements for Python 2 / 3. install: - "python install_requirements.py" - "pip install . --use-mirrors" # We run tests and afterwards nikola to see if the command is executable. script: - nosetests --with-doctest - nikola