Files
httpbin/.travis.yml
T
Brett Randall d2ca5e0b8a Updated tox and Travis to use py36.
- Added a matrix config to Travis to align tox an travis environments.
- Locked dist to trusty
2017-11-27 12:06:06 +11:00

17 lines
226 B
YAML

dist: trusty
language: python
sudo: false
matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 3.6
env: TOXENV=py36
install:
- travis_retry pip install tox
script:
- tox