Thanks to visit codestin.com Credit goes to github.com
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 e781ede commit d345f20Copy full SHA for d345f20
.travis.yml
@@ -1,4 +1,7 @@
1
language: python
2
+cache:
3
+ - pip
4
+ - apt
5
python:
6
- "2.6"
7
- "2.7"
tests/test_webui.py
@@ -471,6 +471,7 @@ def test_x50_tasks(self):
471
class TestWebUIwithPhantomjs(unittest.TestCase):
472
@classmethod
473
def setUpClass(self):
474
+ time.sleep(3)
475
shutil.rmtree('./data/tests', ignore_errors=True)
476
os.makedirs('./data/tests')
477
cmd = [sys.executable]
0 commit comments