mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
travis configuration for webassets tests: install webassets, cssmin and sass.
This commit is contained in:
parent
00d1ea6157
commit
67af48eed4
1 changed files with 6 additions and 1 deletions
|
|
@ -2,13 +2,18 @@ language: python
|
|||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq ruby-sass
|
||||
install:
|
||||
- pip install nose unittest2 mock --use-mirrors
|
||||
- pip install . --use-mirrors
|
||||
- pip install Markdown
|
||||
- pip install webassets
|
||||
- pip install cssmin
|
||||
script: nosetests -s tests
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
channels:
|
||||
- "irc.freenode.org#pelican"
|
||||
on_success: change
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue