Skip to content

Instantly share code, notes, and snippets.

@mberrien-fitzsimons
Created August 21, 2019 16:07
Show Gist options
  • Save mberrien-fitzsimons/a2a458fe4ca403a82f7d7c7d5e7a045c to your computer and use it in GitHub Desktop.
Save mberrien-fitzsimons/a2a458fe4ca403a82f7d7c7d5e7a045c to your computer and use it in GitHub Desktop.
dist: xenial
language: python
python:
- "3.7.1"
install:
- pip install -r requirements.txt
- pip install pandas
script:
- pytest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment