mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-05 08:23:38 +00:00
12 lines
142 B
YAML
12 lines
142 B
YAML
sudo: false
|
|
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.4"
|
|
- "3.5"
|
|
- "3.6"
|
|
- "3.7-dev"
|
|
install:
|
|
- pip install tox-travis
|
|
script:
|
|
- tox |