Browse Source

[debug] Try travis with python 3.5

pull/189/head
oliverpool 9 years ago
parent
commit
38276d5289
  1. 2
      .travis.yml

2
.travis.yml

@ -2,7 +2,7 @@ git:
depth: 1 depth: 1
language: python language: python
python: python:
- 3.4 - 3.5
install: install:
- pip install tox - pip install tox
script: script:

Loading…
Cancel
Save