mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-01-01 03:22:05 +00:00
7 lines
95 B
YAML
7 lines
95 B
YAML
sudo: false
|
|
language: python
|
|
python:
|
|
- "3.4"
|
|
- "3.5"
|
|
install: pip install .
|
|
script: py.test |