Files
rfd/.travis.yml
Dave Gallant e5f2dd8bcb Fix count bugs (#1)
* tail/head working
* check if votes is null.
2018-03-12 23:59:31 -04:00

12 lines
144 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