Commit cdff8e7a authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Update .travis.yml

parent 77a852a3
......@@ -5,19 +5,9 @@ python:
- 3.5
- 3.6
# Linux Only. Travis doesn't support Python for osx
os: linux
# Test on OSX
matrix:
include:
- langauge: generic
os: osx
before_install:
- brew update
- brew install python3
- virtualenv env -p python3
- source env/bin/activate
# Install Dependencies
install:
- pip install -r requirements.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment