Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 524f881

Browse files
committedJul 31, 2017
Test removing wheelhouse
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 6837ee2 commit 524f881

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed
 

‎.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ env:
3535
global:
3636
secure: GqUDW0j4Ay8pS9tS/g5JBYGtgBG0g0oD2g4X9JXgVchiFj3GIRL+dwiXpgx3LELy7nCWF3EzClFxxMdVqqxizQ/I8xqiA0XL/rf5z/y+9d9nmKOxV8SV73n0eCgsHWkbdSLJ6MKs6s0Trlz9jLu/P+Bhfu2ttqkOH8WttfEf3VE=
3737
install:
38-
- if [[ $NMODE == 'nikola' ]]; then scripts/getwheelhouse.sh $(scripts/getpyver.py short); fi
3938
- if [[ $NMODE == 'nikola' ]]; then pip install -r requirements-tests.txt; if [[ "$?" == '1' ]]; then cat /home/travis/.pip/pip.log; false; fi; fi
4039
- if [[ $NMODE == 'nikola' ]]; then pip install .; fi
4140
- if [[ $NMODE == 'flake8' ]]; then pip install flake8 pydocstyle; fi

‎scripts/getwheelhouse.sh

-7
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.