melpazoid/.travis.yml

15 lines
220 B
YAML
Raw Normal View History

2020-02-22 10:14:53 -08:00
sudo: required
language: python
python:
- "3.6"
install:
- yes '' | sudo add-apt-repository ppa:kelleyk/emacs
# - sudo apt update && sudo apt install emacs26
script:
- command -v docker
- command -v pytest