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 language: python
python: python:
- 3.4 - 3.4
before_install:
- brew update
- brew install python3
install: install:
- pip install tox - pip install tox
script: script:

Loading…
Cancel
Save