Skip to content

Commit

Permalink
fix travis file, duplicate matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
nazrulworld committed Feb 10, 2019
1 parent bfc3ba9 commit 4ae6c95
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Expand Up @@ -7,8 +7,10 @@ python:
- 3.6

matrix:
allow_failures:
- python: 3.4
include:
- python: "3.7"
- python: 3.7
dist: xenial
sudo: true
cache:
Expand All @@ -18,9 +20,6 @@ cache:
env:
matrix:
- CONF=travis.cfg
matrix:
allow_failures:
- python: 3.4

install:
- pip install -U pip
Expand Down

0 comments on commit 4ae6c95

Please sign in to comment.