mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 06:46:16 +00:00
d2ca5e0b8a
- Added a matrix config to Travis to align tox an travis environments. - Locked dist to trusty
17 lines
226 B
YAML
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
|