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

Update .travis.yml

parent a1f512b5
...@@ -10,6 +10,16 @@ os: ...@@ -10,6 +10,16 @@ os:
- linux - linux
- osx - 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 Dependencies
install: install:
- pip install -r requirements.txt - 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