Skip to content

Commit

Permalink
Merge branch 'master' into reorganise
Browse files Browse the repository at this point in the history
  • Loading branch information
ivyleavedtoadflax authored Mar 18, 2020
2 parents e45bc36 + 085f0fb commit 2e7da2e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python

python:
- 3.7
- 3.8

install:
- make virtualenv
Expand All @@ -11,12 +10,10 @@ install:
script:
- make test

cache: pip

jobs:
fast_finish: true
allow_failures:
- python: 3.8
cache:
directories:
- build
- $HOME/.cache/pip

branches:
only:
Expand Down

0 comments on commit 2e7da2e

Please sign in to comment.