1
0
Fork 0

Add python 3.5 and 3.6 to test suite.

This commit is contained in:
Amjith Ramanujam 2017-03-02 22:08:20 -08:00
parent b273d13755
commit 3cb3b4cd62
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install . pytest mock codecov==1.5.1 behave pexpect==3.3

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py33, py34
envlist = py26, py27, py33, py34, py35, py36
[testenv]
deps = pytest
mock