Merge pull request #404 from javabrett/tox-py36

Updated tox and Travis to use py36.
This commit is contained in:
Ian Stapleton Cordasco
2017-11-27 07:09:06 -06:00
committed by GitHub
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