Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Stop using wheelhouse and Python 3.3
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Aug 1, 2017
1 parent 3a7bf72 commit 67dffe0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -8,7 +8,6 @@ addons:
packages:
- language-pack-en-base
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
Expand All @@ -19,9 +18,6 @@ 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 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/similarity/requirements.txt -not -path v7/slimish/requirements.txt -not -path v7/import_tumblr/requirements.txt -name requirements.txt -not -path v7/spell_check/requirements.txt -not -path v7/pyplots/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 67dffe0

Please sign in to comment.