Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' into pyup-update-pytest-3.1.0-to-3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbenny35 committed Jun 2, 2017
2 parents 3152495 + accb8c0 commit 3b43ff2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: trusty
language: python
python:
- 2.7
Expand Down Expand Up @@ -96,9 +97,8 @@ notifications:
- "https://silne30-foxpuppet.getbadges.io/api/app/webhook/b71ddba7-6feb-412c-8728-3efef552d02b"
on_start: "change"
before_script:
- export GECKODRIVER_DOWNLOAD=`curl -s 'https://api.github.com/repos/mozilla/geckodriver/releases/latest' | python -c "import sys, json; r = json.load(sys.stdin); print([a for a in r['assets'] if 'linux64' in a['name']][0]['browser_download_url']);"`
- curl -L -o geckodriver.tar.gz $GECKODRIVER_DOWNLOAD
- mkdir $HOME/geckodriver && tar xvf geckodriver.tar.gz -C $HOME/geckodriver
- wget -O /tmp/geckodriver.tar.gz https://github.com/mozilla/geckodriver/releases/download/v0.16.1/geckodriver-v0.16.1-linux64.tar.gz
- mkdir $HOME/geckodriver && tar xvf /tmp/geckodriver.tar.gz -C $HOME/geckodriver
- export PATH=$HOME/geckodriver:$PATH
- firefox --version
- geckodriver --version
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
envlist = py{27,36}, flake8

[testenv]
recreate = True
passenv = DISPLAY TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
deps = -rrequirements/coverage.txt
commands =
Expand Down

0 comments on commit 3b43ff2

Please sign in to comment.