forked from varia/varia.website
many many many Varia's websites, work in progress: https://many.vvvvvvaria.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
418 B
13 lines
418 B
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.2"
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -qq --no-install-recommends ruby-sass
|
|
install:
|
|
- pip install nose
|
|
- pip install -e git://github.com/getpelican/pelican.git#egg=pelican
|
|
- pip install --use-mirrors Markdown
|
|
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install --use-mirrors webassets cssmin; fi
|
|
script: nosetests
|
|
|