Remove osx from travis.yml

This commit is contained in:
Matthew Honnibal 2016-10-13 12:23:45 +02:00
parent d06ee4b531
commit bebf5efe6f

View File

@ -10,7 +10,10 @@ python:
os:
- linux
- osx
env:
- VIA="pypi"
- VIA="compile"
install:
- "pip install -r requirements.txt"