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 a697afb commit 3adfa0fCopy full SHA for 3adfa0f
.travis.yml
@@ -1,3 +1,7 @@
1
+dist: xenial
2
+services:
3
+ - xvfb
4
+
5
env:
6
global:
7
- CODECLIMATE_REPO_TOKEN=a47935830d841ad61a6e960be8a3b6a5e557146ac010dafa993e61bf82898472
@@ -19,8 +23,6 @@ before_script:
19
23
- tar -xzf geckodriver-v0.11.1-linux64.tar.gz -C geckodriver
20
24
- export PATH=$PATH:$PWD/geckodriver
21
25
- "export DISPLAY=:99.0"
22
- - "sh -e /etc/init.d/xvfb start"
- - sleep 3
26
27
script:
28
- pytest --cov-config .coveragerc --cov=scrapy_selenium tests/
0 commit comments