diff --git a/.travis.yml b/.travis.yml index e29e05c..9d066cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,12 +6,12 @@ python: - "3.6" env: - - CLONE_ADDRESS='https://github.com/riscy/shx-for-emacs' - - RECIPE='(shx :repo "riscy/shx-for-emacs" :fetcher github)' + - CLONE_ADDRESS='https://github.com/riscy/shx-for-emacs' RECIPE='(shx :repo "riscy/shx-for-emacs" :fetcher github)' install: - yes '' | sudo add-apt-repository ppa:kelleyk/emacs - sudo apt update && sudo apt install emacs26 + - pip install requests script: - pytest --doctest-modules melpazoid.py || true