Commit 67dffe0 1 parent 3a7bf72 commit 67dffe0 Copy full SHA for 67dffe0
File tree 1 file changed +0
-4
lines changed
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 8
8
packages :
9
9
- language-pack-en-base
10
10
python :
11
- - " 3.3"
12
11
- " 3.4"
13
12
- " 3.5"
14
13
- " 3.6"
@@ -19,9 +18,6 @@ matrix:
19
18
env :
20
19
NMODE=nikola
21
20
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"
25
21
- " if [[ $NMODE == 'nikola' ]]; then pip install git+https://github.com/getnikola/nikola.git#egg=Nikola; fi"
26
22
- " 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"
27
23
- " if [[ $NMODE == 'flake8' ]]; then pip install flake8; fi"
You can’t perform that action at this time.
0 commit comments