mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #799 from saimn/webassets_py3k
Install webassets & cssmin only for Python 2.
This commit is contained in:
commit
4bdb8a5d34
1 changed files with 2 additions and 3 deletions
|
|
@ -10,7 +10,6 @@ install:
|
|||
- pip install nose mock --use-mirrors
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install --use-mirrors unittest2; else pip install --use-mirrors unittest2py3k; fi
|
||||
- pip install . --use-mirrors
|
||||
- pip install Markdown
|
||||
- pip install webassets
|
||||
- pip install cssmin
|
||||
- pip install --use-mirrors Markdown
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install --use-mirrors webassets cssmin; fi
|
||||
script: nosetests -s pelican
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue