~homeworkprod/byceps

c530c71829bb77682a8641c3330c31246eb5fc3f — Jochen Kupperschmidt 6 years ago 2fb6ffc
Test on Python 3.6, too
2 files changed, 2 insertions(+), 1 deletions(-)

M .travis.yml
M tox.ini
M .travis.yml => .travis.yml +1 -0
@@ 2,6 2,7 @@ language: python
python:
  - "3.4"
  - "3.5"
  - "3.6"
addons:
  postgresql: "9.4"
  apt:

M tox.ini => tox.ini +1 -1
@@ 1,5 1,5 @@
[tox]
envlist = py34,py35
envlist = py34,py35,py36

[testenv]
commands = nose2