Skip to content

Commit ae28e4b

Browse files
committed
Merge remote-tracking branch 'upstream/pytest-2.7'
Conflicts: .travis.yml
2 parents 033def0 + 92c61b0 commit ae28e4b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: python
33
python:
4-
- 'nightly'
4+
- '3.5.0b3'
55
# command to install dependencies
66
install: "pip install -U tox"
77
# # command to run tests
@@ -27,10 +27,7 @@ env:
2727
- TESTENV=py34-xdist
2828
- TESTENV=py35
2929
- TESTENV=pypy
30-
matrix:
31-
allow_failures:
32-
# py35 is currently broken on travis, see #744
33-
- env: TESTENV=py35
30+
3431
script: tox --recreate -i ALL=https://devpi.net/hpk/dev/ -e $TESTENV
3532

3633
notifications:

0 commit comments

Comments
 (0)