Browse Source

Try manual install of python3

pull/140/head
Oliverpool 9 years ago
parent
commit
f9dda4b6b5
  1. 3
      .travis.yml

3
.travis.yml

@ -6,6 +6,9 @@ git:
language: python
python:
- 3.4
before_install:
- brew update
- brew install python3
install:
- pip install tox
script:

Loading…
Cancel
Save