i3pystatus/.travis.yml
Daniel Theodoro 1f8b0a7863
Add a new module to manage Yubikey devices (#785)
* Add a new module to manage a Yubikey device

* Set python 3.6+ as a requeriment

* remove the enable_shell parameter used by run_through_shell in the yubikey module
2020-07-23 22:27:50 +02:00

8 lines
122 B
YAML

language: python
sudo: false
python:
- "3.6"
install:
- "pip install -r dev-requirements.txt"
script: "./ci-build.sh"