[Travis-CI] Python 3.5 has been released

This commit is contained in:
MinchinWeb 2016-01-11 18:00:10 -07:00
parent b11cbd9e6f
commit 14ef6e3dcb

View file

@ -3,6 +3,7 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
install:
- "pip install -e ."
- "pip install -q behave"