mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-06 07:52:57 +00:00
13 lines
178 B
YAML
13 lines
178 B
YAML
language: python
|
|
python:
|
|
- "3.2"
|
|
- "3.3"
|
|
- "3.4"
|
|
- "3.5"
|
|
- "3.6"
|
|
- "nightly"
|
|
install:
|
|
- "pip install pep8"
|
|
- "pip install -r requirements.txt"
|
|
script: ./tests.sh
|