Skip to content

Commit

Permalink
matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed Nov 22, 2018
1 parent b7f54d7 commit a8287a9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
language: python
python:
- '3.6'
- '3.7-dev'

matrix:
include:
- python: 3.7
dist: xenial
sudo: true

script: python setup.py test

jobs:
Expand Down

0 comments on commit a8287a9

Please sign in to comment.