Skip to content

Commit

Permalink
fix(chore) Fix the travis CI config (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
clemfromspace committed Sep 16, 2019
1 parent a697afb commit 3adfa0f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
dist: xenial
services:
- xvfb

env:
global:
- CODECLIMATE_REPO_TOKEN=a47935830d841ad61a6e960be8a3b6a5e557146ac010dafa993e61bf82898472
Expand All @@ -19,8 +23,6 @@ before_script:
- tar -xzf geckodriver-v0.11.1-linux64.tar.gz -C geckodriver
- export PATH=$PATH:$PWD/geckodriver
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3

script:
- pytest --cov-config .coveragerc --cov=scrapy_selenium tests/
Expand Down

0 comments on commit 3adfa0f

Please sign in to comment.