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

Update .travis.yml

parent a1f512b5
......@@ -10,6 +10,16 @@ os:
- linux
- 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