Skip to content

Commit 31767fc

Browse files
committed
Set up travis to run python 3.4 across code as well. Do not fail the
build if 3.4 tests fail. This is prep for applying patches in http://issues.roundup-tracker.org/issue2550960 This is an implementation of directions in: https://sourceforge.net/p/roundup/mailman/message/36372507/ sort of monkey see monkey do.
1 parent f30e238 commit 31767fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
language: python
22
python:
33
- 2.7
4+
- 3.4
5+
6+
matrix:
7+
allow_failures:
8+
- python: 3.4
49

510
sudo: false
611

0 commit comments

Comments
 (0)