Skip to content

Commit 67dffe0

Browse files
committedAug 1, 2017
Stop using wheelhouse and Python 3.3
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 3a7bf72 commit 67dffe0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ addons:
88
packages:
99
- language-pack-en-base
1010
python:
11-
- "3.3"
1211
- "3.4"
1312
- "3.5"
1413
- "3.6"
@@ -19,9 +18,6 @@ matrix:
1918
env:
2019
NMODE=nikola
2120
install:
22-
- "if [[ $NMODE == 'nikola' ]]; then wget https://github.com/getnikola/wheelhouse/archive/$(./getpyver.py).zip; fi"
23-
- "if [[ $NMODE == 'nikola' ]]; then unzip $(./getpyver.py).zip; fi"
24-
- "if [[ $NMODE == 'nikola' ]]; then pip install --use-wheel --no-index --find-links=wheelhouse-$(./getpyver.py short) lxml Pillow PyYAML; fi"
2521
- "if [[ $NMODE == 'nikola' ]]; then pip install git+https://github.com/getnikola/nikola.git#egg=Nikola; fi"
2622
- "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"
2723
- "if [[ $NMODE == 'flake8' ]]; then pip install flake8; fi"

0 commit comments

Comments
 (0)
Please sign in to comment.