Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Fix TravisCI (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jul 1, 2019
1 parent aa6b505 commit 371d587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: python

dist: xenial
python:
- 2.7
- 3.5
- 3.6

install:
- pip install -U setuptools==33.1.1
- pip install -U setuptools
- pip install zc.buildout
- buildout bootstrap
- buildout
Expand Down

0 comments on commit 371d587

Please sign in to comment.