Skip to content

Commit

Permalink
travis - fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
lecorguille committed Sep 15, 2020
1 parent c9123b4 commit e47adc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
sudo: required

language: python
python: 2.7
python: 3.7

services:
- docker

env:
- TOX_ENV=py27
- TOX_ENV=py37

before_install:
- wget https://raw.githubusercontent.com/bgruening/galaxy-flavor-testing/master/Makefile
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/abims-sbr/D4_marine_eukaryote_genomics_portal_docker.svg?branch=master)](https://travis-ci.org/abims-sbr/D4_marine_eukaryote_genomics_portal_docker)

# Marine Eukaryote Genomics Portal Docker

EOSC-Life Demonstrator 4
Expand Down

0 comments on commit e47adc0

Please sign in to comment.