Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,19 @@ matrix:
- language: generic
os: osx
before_install:
- pip install virtualenv
- virtualenv venv
- . ./venv/bin/activate
- language: generic
os: osx
before_install:
- pyenv install 3.6.3
- pip install virtualenv
- virtualenv env -p $(pyenv root)/versions/3.6.3/bin/python
- source env/bin/activate
- language: python
python: 2.7
os: linux
- language: python
python: 3.4
os: linux
- language: python
python: 3.5
os: linux
Expand Down