We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6837ee2 commit 524f881Copy full SHA for 524f881
.travis.yml
@@ -35,7 +35,6 @@ env:
35
global:
36
secure: GqUDW0j4Ay8pS9tS/g5JBYGtgBG0g0oD2g4X9JXgVchiFj3GIRL+dwiXpgx3LELy7nCWF3EzClFxxMdVqqxizQ/I8xqiA0XL/rf5z/y+9d9nmKOxV8SV73n0eCgsHWkbdSLJ6MKs6s0Trlz9jLu/P+Bhfu2ttqkOH8WttfEf3VE=
37
install:
38
-- if [[ $NMODE == 'nikola' ]]; then scripts/getwheelhouse.sh $(scripts/getpyver.py short); fi
39
- if [[ $NMODE == 'nikola' ]]; then pip install -r requirements-tests.txt; if [[ "$?" == '1' ]]; then cat /home/travis/.pip/pip.log; false; fi; fi
40
- if [[ $NMODE == 'nikola' ]]; then pip install .; fi
41
- if [[ $NMODE == 'flake8' ]]; then pip install flake8 pydocstyle; fi
scripts/getwheelhouse.sh
0 commit comments