Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Sat, 26 Sep 2015 20:53:39
Message-Id: 1443148351.df01111f1d75445166565188e2799ec323aadc69.dolsen@gentoo
1 commit: df01111f1d75445166565188e2799ec323aadc69
2 Author: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 25 02:32:31 2015 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 02:32:31 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=df01111f
7
8 Add python 3.5 to the tests
9
10 .travis.yml | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/.travis.yml b/.travis.yml
14 index 8a86aa6..237963f 100644
15 --- a/.travis.yml
16 +++ b/.travis.yml
17 @@ -3,6 +3,7 @@ python:
18 - 2.7
19 - 3.3
20 - 3.4
21 + - 3.5
22 - pypy
23 script:
24 - ./setup.py test