Skip to content
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.

Commit

Permalink
test more python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Apr 2, 2019
1 parent d2b0701 commit 52270ed
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
language: python
sudo: false
python:
- "2.7"
matrix:
include:
- python: "2.7"
- python: "3.6"
- python: "3.7"
dist: xenial
install:
- pip install -r https://raw.githubusercontent.com/plone/buildout.coredev/5.2/requirements.txt
- buildout
Expand Down

0 comments on commit 52270ed

Please sign in to comment.