snappass/.travis.yml
Samuel Dion-Girardeau 28e19b51a7 Add support for python 3.3 in tox
And update associated documentation
2016-08-11 22:33:17 -04:00

10 lines
119 B
YAML

language: python
python:
- "3.5"
sudo: false
install:
- pip install tox
script:
- tox
services:
- redis-server