Skip to content

Commit

Permalink
./getpyver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Jan 8, 2017
1 parent 4ab0897 commit 08c0b62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -19,9 +19,9 @@ matrix:
env:
NMODE=nikola
install:
- "if [[ $NMODE == 'nikola' ]]; then wget https://github.com/getnikola/wheelhouse/archive/$(getpyver.py).zip; fi"
- "if [[ $NMODE == 'nikola' ]]; then unzip $(getpyver.py).zip; fi"
- "if [[ $NMODE == 'nikola' ]]; then pip install --use-wheel --no-index --find-links=wheelhouse-$(getpyver.py short) lxml Pillow ipykernel notebook PyYAML; fi"
- "if [[ $NMODE == 'nikola' ]]; then wget https://github.com/getnikola/wheelhouse/archive/$(./getpyver.py).zip; fi"
- "if [[ $NMODE == 'nikola' ]]; then unzip $(./getpyver.py).zip; fi"
- "if [[ $NMODE == 'nikola' ]]; then pip install --use-wheel --no-index --find-links=wheelhouse-$(./getpyver.py short) lxml Pillow ipykernel notebook PyYAML; fi"
- "if [[ $NMODE == 'nikola' ]]; then pip install git+https://github.com/getnikola/nikola.git#egg=Nikola; fi"
- "if [[ $NMODE == 'nikola' ]]; then find v7 -not -path v7/wiki/requirements.txt -not -path v7/slimish/requirements.txt -not -path v7/import_tumblr/requirements.txt -name requirements.txt | xargs cat | sort | uniq | xargs pip install && true; fi"
- "if [[ $NMODE == 'flake8' ]]; then pip install flake8; fi"
Expand Down

0 comments on commit 08c0b62

Please sign in to comment.