django-categories/.travis.yml
Brent O'Connor 72971541f3 Upgrade build environment to Xenial
This makes it so Django 2.2 tests should pass
2019-06-26 13:55:19 -05:00

13 lines
119 B
YAML

sudo: false
dist: xenial
language: python
python:
- "2.7"
- "3.6"
install: pip install tox-travis
script: tox