snappass/.travis.yml
2016-07-20 20:39:53 -07:00

9 lines
113 B
YAML

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