Skip to content

Commit

Permalink
use matrix for different python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarrekk committed May 16, 2019
1 parent f407bbf commit 51b475d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
sudo: required

dist: xenial
language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- 3.7
matrix:
include:
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial

before_script:
- sh ./travis/init.sh
Expand Down

0 comments on commit 51b475d

Please sign in to comment.