* 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
8 lines
122 B
YAML
8 lines
122 B
YAML
language: python
|
|
sudo: false
|
|
python:
|
|
- "3.6"
|
|
install:
|
|
- "pip install -r dev-requirements.txt"
|
|
script: "./ci-build.sh"
|