File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ before_install:
8484 - uname -a
8585 - lsb_release -a
8686install :
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
113113script :
114- - travis_wait 30 tox -v
114+ - travispls tox -v
115115after_failure :
116116 - more .tox/log/* | cat
117117 - more .tox/*/log/* | cat
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ before_install:
2424 - uname -a
2525 - lsb_release -a
2626install :
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
5353script :
54- - travis_wait 30 tox -v
54+ - travispls tox -v
5555after_failure :
5656 - more .tox/log/* | cat
5757 - more .tox/*/log/* | cat
You can’t perform that action at this time.
0 commit comments