Skip to content

Commit

Permalink
[ci] refs #17 - Add steep to fetch submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevNorge committed Jun 26, 2018
1 parent e1787ad commit cd14386
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ matrix:
# env: TOXENV=py35
# - python: 3.6
# env: TOXENV=py36
brances:
branches:
except:
- stdevNorge_t17_pyskycoin_ci_appveyor_config
before_install:
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ environment:
- PYTHON: "C:\\Python36-x64"

install:
- git submodule init
- git submodule update
- "%PYTHON%\\python.exe -m pip install wheel tox"
- cinst make

Expand Down

0 comments on commit cd14386

Please sign in to comment.