mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
7 lines
64 B
YAML
7 lines
64 B
YAML
language: python
|
|
python:
|
|
- '2.7'
|
|
- '3.3'
|
|
- pypy
|
|
script: pytest
|
|
|