Skip to content

Commit

Permalink
Add travis_wait for mac os
Browse files Browse the repository at this point in the history
  • Loading branch information
leeping committed Nov 24, 2019
1 parent 010af8e commit eb3e41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ script:
- tar xvjf targets.tar.bz2
- ForceBalance very_simple.in
- cd -
- pytest --cov=forcebalance --cov-config=setup.cfg
- travis_wait 30 pytest --cov=forcebalance --cov-config=setup.cfg
# - python test
# - py.test -v --cov=eex/ --durations=5

Expand Down

0 comments on commit eb3e41f

Please sign in to comment.