mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
17 lines
193 B
YAML
17 lines
193 B
YAML
language: python
|
|
|
|
python:
|
|
- "2.7"
|
|
- "3.3"
|
|
- "3.4"
|
|
- "3.5"
|
|
- "pypy"
|
|
- "pypy3"
|
|
|
|
install:
|
|
- pip install Cython
|
|
- pip install --upgrade -e .[test]
|
|
|
|
script:
|
|
- python setup.py test
|