Skip to content

Commit

Permalink
travis enable
Browse files Browse the repository at this point in the history
  • Loading branch information
lecorguille committed Sep 15, 2020
1 parent cf34505 commit c9123b4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .travis.yml
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

0 comments on commit c9123b4

Please sign in to comment.