Skip to content

Commit

Permalink
cat | sort | uniq
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Jan 24, 2016
1 parent 70ace6f commit 40602ea
Showing 1 changed file with 1 addition and 1 deletion.
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 | xargs pip install && true; 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 == 'flake8' ]]; then pip install flake8; fi"
script:
- "if [[ $NMODE == 'nikola' ]]; then py.test tests/; fi"
Expand Down

0 comments on commit 40602ea

Please sign in to comment.