Skip to content

Commit

Permalink
Do it the zope.comonent way.
Browse files Browse the repository at this point in the history
To get Travis to install Python 3.5
  • Loading branch information
Michael Howitz committed Sep 1, 2016
1 parent fd309a5 commit c3c24a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
language: python
sudo: false
matrix:
include:
- python: 3.5
env: TOXENV=py35
env:
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
- TOXENV=pypy
install:
- travis_retry pip install tox
Expand Down

0 comments on commit c3c24a8

Please sign in to comment.