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 e47adc0 commit 8bd5ef1
Showing 1 changed file with 2 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: 3.7
python: 3.5

services:
- docker

env:
- TOX_ENV=py37
- TOX_ENV=py35

before_install:
- wget https://raw.githubusercontent.com/bgruening/galaxy-flavor-testing/master/Makefile
Expand Down

0 comments on commit 8bd5ef1

Please sign in to comment.