mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
Updated tox and Travis to use py36.
- Added a matrix config to Travis to align tox an travis environments. - Locked dist to trusty
This commit is contained in:
+7
-3
@@ -1,9 +1,13 @@
|
||||
dist: trusty
|
||||
language: python
|
||||
|
||||
sudo: false
|
||||
env:
|
||||
- TOXENV=py27
|
||||
- TOXENV=py34
|
||||
matrix:
|
||||
include:
|
||||
- python: 2.7
|
||||
env: TOXENV=py27
|
||||
- python: 3.6
|
||||
env: TOXENV=py36
|
||||
|
||||
install:
|
||||
- travis_retry pip install tox
|
||||
|
||||
Reference in New Issue
Block a user