Skip to content

Commit

Permalink
Check out testfiles repo in CI builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
olemke committed Oct 5, 2018
1 parent 8f2e8c9 commit ac38023
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ install:
- conda update -q conda
- pip install pytest
- pip install .
- git clone --depth=1 https://github.com/atmtools/typhon-testfiles.git
- "set TYPHONTESTFILES=%cd%\\typhon-testfiles"

test_script:
- pytest --pyargs typhon
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ matrix:
- env: CONFIG=PEP8
install:
- pip install .[tests]
- git clone --depth=1 https://github.com/atmtools/typhon-testfiles.git
- export TYPHONTESTFILES=$PWD/typhon-testfiles
script:
- |
case ${CONFIG} in
Expand Down

0 comments on commit ac38023

Please sign in to comment.