summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Bussonnier <bussonniermatthias@gmail.com>2015-06-23 18:52:05 +0200
committerBruno Oliveira <nicoddemus@gmail.com>2015-07-18 13:15:46 -0300
commitb18e6439bdf60ed0b9d41dbb65c5ae5da2efd01e (patch)
tree659819d5a8441f20e78bdfa502db1e78a9eec50b /.travis.yml
parent360c09a1e7e3ab667c3c4f5092e1d1cb534a064d (diff)
downloadpytest-b18e6439bdf60ed0b9d41dbb65c5ae5da2efd01e.tar.gz
Ast Call signature changed on 3.5
fix issue 744 on bitbucket port of merge request 296 https://bitbucket.org/pytest-dev/pytest/pull-request/296/astcall-signature-changed-on-35 https://bitbucket.org/pytest-dev/pytest/issue/744/ Conflicts: CHANGELOG
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a6fc5757d..4ad059331 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ env:
- TESTENV=py26
- TESTENV=py27
- TESTENV=py34
+ - TESTENV=py35
- TESTENV=pypy
- TESTENV=py27-pexpect
- TESTENV=py33-pexpect