Skip to content

Commit 232baf0

Browse files
committed
debug commit
1 parent 77b41a9 commit 232baf0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ env:
1010
- PATH="$PYENV_ROOT/bin:$PATH"
1111
- PIP_CACHE_DIR="$HOME/.cache/pip" # unify pip cache location for all platforms
1212
stages:
13-
- check
14-
- test
13+
- name: check
14+
if: false
15+
- name: test
16+
if: false
1517
- build
1618
# Travis doesn't support testing python on Mac yet, so we need
1719
# to workaround it by installing it directly with brew.

0 commit comments

Comments
 (0)