Skip to content

Commit

Permalink
fixed travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Nov 19, 2019
1 parent a5b255f commit b9ae6c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: python
cache: pip
script: py.test
before_install:
- sudo apt-get firefox-geckodriver
- sudo apt-get install firefox-geckodriver
after_failure: cat test/diffengine.log
notifications:
slack:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ twitter:
[![Build Status](https://travis-ci.org/DocNow/diffengine.svg)](http://travis-ci.org/DocNow/diffengine)
Here's how to get started hacking on diffengine with [pyenv]:
Here's how to get started hacking on diffengine with [pipenv]:
```console
% git clone https://github.com/docnow/diffengine
Expand All @@ -184,7 +184,7 @@ test_diffengine.py .....
[GeckoDriver]: https://github.com/mozilla/geckodriver
[Python 3]: https://python.org
[create an issue]: https://github.com/DocNow/diffengine/issues
[pyenv]: https://github.com/yyuu/pyenv
[pipenv]: https://pipenv.readthedocs.io/en/latest/
[Ryan Baumann's "diffengine" Twitter list]: https://twitter.com/ryanfb/lists/diffengine

[wapo_diff]: https://twitter.com/wapo_diff
Expand Down

0 comments on commit b9ae6c9

Please sign in to comment.