Skip to content

Commit

Permalink
travis xenial image
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG committed Sep 19, 2018
1 parent e0ea01b commit 1d0c1b9
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: python
python:
- '2.7'
- '3.5'
- '3.6'
- '3.7-dev'
matrix:
allow_failures:
- python: '3.7-dev'
include:
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
sudo: true
install:
- pip install pipenv
- pipenv install --dev
Expand Down

0 comments on commit 1d0c1b9

Please sign in to comment.