We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8499593 commit 25ef3a0Copy full SHA for 25ef3a0
.travis.yml
@@ -4,9 +4,6 @@ python:
4
- 2.6
5
- 2.7
6
- 3.3
7
-matrix:
8
- allow_failures:
9
- - python: 2.6
10
env:
11
- TMUX_VERSION=master
12
- TMUX_VERSION=1.8
@@ -23,5 +20,4 @@ before_script:
23
20
- ./configure && make && sudo make install
24
21
- cd ..
25
22
- tmux -V
26
-#script: python run_tests.py
27
script: python setup.py test
CHANGES
@@ -6,6 +6,12 @@ Here you can find the recent changes to tmuxp.
0.1-dev
-------
+2013-11-15
+''''''''''
+
+- [tests] Travis now tests python 2.6 as requirement and not allowed to
13
+ fail.
14
15
2013-11-13
16
''''''''''
17
0 commit comments