snappass/.travis.yml

10 lines
113 B
YAML
Raw Normal View History

2013-10-05 23:12:31 +02:00
language: python
python: 2.7
sudo: false
2013-10-05 23:12:31 +02:00
install:
- pip install tox
script:
- tox
services:
- redis-server