Skip to content

Commit

Permalink
Fix dependency installation
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jan 24, 2016
1 parent 1936b31 commit 04a1299
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,7 @@ install:
- "if [[ $NMODE == 'nikola' ]]; then unzip $(scripts/getpyver.py).zip; fi"
- "if [[ $NMODE == 'nikola' ]]; then pip install --use-wheel --no-index --find-links=wheelhouse-$(scripts/getpyver.py short) lxml Pillow; fi"
- "if [[ $NMODE == 'nikola' ]]; then pip install git+https://github.com/getnikola/nikola.git#egg=Nikola; fi"
- "if [[ $NMODE == 'nikola' ]]; then find v7/*/ | grep -v import_tumblr | grep 'requirements.txt' | xargs cat | sort | uniq | xargs pip install && true; fi"
- "if [[ $NMODE == 'nikola' ]]; then find v7/*/ | grep -v import_tumblr | grep -v wiki | grep 'requirements.txt' | xargs cat | sort | uniq | xargs pip install && true; fi"
- "if [[ $NMODE == 'flake8' ]]; then pip install flake8; fi"
script:
- "if [[ $NMODE == 'nikola' ]]; then py.test tests/; fi"
Expand Down
3 changes: 1 addition & 2 deletions v7/txt2tags/README.md
Expand Up @@ -2,5 +2,4 @@ Compiler plugin to support the txt2tags markup.

[More information about txt2tags](http://txt2tags.org/)



Note: you need to install the txt2tags Python package yourself.
1 change: 0 additions & 1 deletion v7/txt2tags/requirements.txt

This file was deleted.

0 comments on commit 04a1299

Please sign in to comment.