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:
Brett Randall
2017-11-27 12:06:06 +11:00
parent 194df2e828
commit d2ca5e0b8a
2 changed files with 8 additions and 4 deletions
+7 -3
View File
@@ -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
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py34
envlist = py27,py36
[testenv]
commands=python test_httpbin.py