Skip to content

Commit 6fb8553

Browse files
committed
Update .travis.yml to make testing 2.7 *and* 3.3 a requirement. No more testing for tmux 1.7
1 parent e117087 commit 6fb8553

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ python:
66
env:
77
- TMUX_VERSION=master
88
- TMUX_VERSION=1.8
9-
- TMUX_VERSION=1.7
10-
matrix:
11-
allow_failures:
12-
- env: TMUX_VERSION=1.7
13-
- python: "3.3"
149
before_install:
1510
- sudo apt-get update -qq
1611
install:
@@ -25,5 +20,3 @@ before_script:
2520
- cd ..
2621
- tmux -V
2722
script: python run_tests.py
28-
after_script:
29-
- killall tmux

0 commit comments

Comments
 (0)