Skip to content

Commit

Permalink
fix travis, add cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Aug 10, 2020
1 parent bdaf885 commit 84ddc9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
language: python
sudo: false
dist: bionic
cache: pip
matrix:
include:
- python: "2.7"
- python: "3.6"
- python: "3.7"
- python: "3.8"
dist: xenial
sudo: true
install:
- pip install -U setuptools zc.buildout
- pip install -r requirements.txt
- buildout
script:
- bin/test -v1
Expand Down

0 comments on commit 84ddc9a

Please sign in to comment.