-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf34505
commit c9123b4
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
|
||
sudo: required | ||
|
||
language: python | ||
python: 2.7 | ||
|
||
services: | ||
- docker | ||
|
||
env: | ||
- TOX_ENV=py27 | ||
|
||
before_install: | ||
- wget https://raw.githubusercontent.com/bgruening/galaxy-flavor-testing/master/Makefile | ||
- make docker_install | ||
- travis_wait 45 make docker_build | ||
- make docker_run | ||
|
||
install: | ||
- make install | ||
|
||
script: | ||
- make test_api | ||
- make test_ftp | ||
- make test_bioblend |