Skip to content

Commit 25ef3a0

Browse files
committed
TODO: add code example usage in docs
1 parent 8499593 commit 25ef3a0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ python:
44
- 2.6
55
- 2.7
66
- 3.3
7-
matrix:
8-
allow_failures:
9-
- python: 2.6
107
env:
118
- TMUX_VERSION=master
129
- TMUX_VERSION=1.8
@@ -23,5 +20,4 @@ before_script:
2320
- ./configure && make && sudo make install
2421
- cd ..
2522
- tmux -V
26-
#script: python run_tests.py
2723
script: python setup.py test

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Here you can find the recent changes to tmuxp.
66
0.1-dev
77
-------
88

9+
2013-11-15
10+
''''''''''
11+
12+
- [tests] Travis now tests python 2.6 as requirement and not allowed to
13+
fail.
14+
915
2013-11-13
1016
''''''''''
1117

0 commit comments

Comments
 (0)