Skip to content

Commit

Permalink
Merge pull request #569 from PrimozGodec/travis-py38
Browse files Browse the repository at this point in the history
Travis: add python 3.8 test
  • Loading branch information
ajdapretnar authored Sep 11, 2020
2 parents 3f7526b + 3fa7e74 commit 2649629
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ matrix:
- &python37
python: '3.7'
env: ORANGE="release"
- &python38
python: '3.8'
env: ORANGE="release" ORANGE3_NETWORK=true
- &master
python: '3.6'
python: '3.8'
env: ORANGE="master"
- &orange3-25-1
python: '3.7'
env: ORANGE="3.25.1"
- &orange3-network
python: '3.7'
env: ORANGE="release" ORANGE3_NETWORK=true

env:
global:
Expand Down

0 comments on commit 2649629

Please sign in to comment.