mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 06:46:16 +00:00
Added Python 3.7 to Travis/Tox.
Signed-off-by: Brett Randall <javabrett@gmail.com>
This commit is contained in:
@@ -8,6 +8,10 @@ matrix:
|
||||
env: TOXENV=py27
|
||||
- python: 3.6
|
||||
env: TOXENV=py36
|
||||
- python: 3.7
|
||||
env: TOXENV=py37
|
||||
dist: xenial
|
||||
sudo: true
|
||||
|
||||
install:
|
||||
- travis_retry pip install tox
|
||||
|
||||
Reference in New Issue
Block a user