snappass/.travis.yml
2013-10-05 23:10:50 -07:00

8 lines
101 B
YAML

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