snappass/.travis.yml
Jon Parise 0ca032265a
Drop official support for Python 3.4 (#121)
Python 3.4 has reached end-of-life so remove it from the set of
officially supported Python versions.
2020-05-08 11:53:18 -07:00

17 lines
198 B
YAML

branches:
only:
- "master"
language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
cache: pip
install:
- pip install tox-travis
script:
- tox
services:
- redis-server