Skip to content

Commit

Permalink
Travis CI: Install 83f43d6
Browse files Browse the repository at this point in the history
  • Loading branch information
desbma committed Feb 25, 2018
1 parent f4c82e8 commit 405e41c
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 @@ -38,7 +38,7 @@ install:
- "pip install -r requirements.txt"
- "pip install coveralls"
- "sudo apt-get -V install optipng jpegoptim"
- "if [ $WINDOWS -eq 1 ]; then sudo apt-get -V install p7zip-full; fi"
- "if [ $WINDOWS -eq 1 ]; then sudo apt-get -V install gcc-multilib p7zip-full; fi"
script:
- "travis_retry coverage run --source=sacad setup.py test"
- "if [ $WINDOWS -eq 1 ]; then pushd win && TEST_DL_CACHE_DIR=$CI_CACHE_DIR/test DOWNLOAD_DIR=$CI_CACHE_DIR/build WINE_BUILD_DIR=$CI_CACHE_DIR/wine WINEARCH=win32 make test && popd; fi"
Expand Down

0 comments on commit 405e41c

Please sign in to comment.