Browse Source

Add python 3.5 to travis

pull/278/head
Felix Yan 9 years ago
parent
commit
4c5a859e86
  1. 1
      .travis.yml

1
.travis.yml

@ -4,6 +4,7 @@ python:
- 2.7
- 3.3
- 3.4
- 3.5
# - pypy Disabled for pypy < 2.6.0
install:

Loading…
Cancel
Save