Skip to content

Commit 8899923

Browse files
committed
Use travispls instead - travis_wait is so broken ...
1 parent 3709127 commit 8899923

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ before_install:
8484
- uname -a
8585
- lsb_release -a
8686
install:
87-
- pip install tox
87+
- pip install tox travispls
8888
- virtualenv --version
8989
- easy_install --version
9090
- pip --version
@@ -111,7 +111,7 @@ install:
111111
fi
112112
set +x
113113
script:
114-
- travis_wait 30 tox -v
114+
- travispls tox -v
115115
after_failure:
116116
- more .tox/log/* | cat
117117
- more .tox/*/log/* | cat

ci/templates/.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ before_install:
2424
- uname -a
2525
- lsb_release -a
2626
install:
27-
- pip install tox
27+
- pip install tox travispls
2828
- virtualenv --version
2929
- easy_install --version
3030
- pip --version
@@ -51,7 +51,7 @@ install:
5151
fi
5252
set +x
5353
script:
54-
- travis_wait 30 tox -v
54+
- travispls tox -v
5555
after_failure:
5656
- more .tox/log/* | cat
5757
- more .tox/*/log/* | cat

0 commit comments

Comments
 (0)