Created
August 21, 2019 16:07
-
-
Save mberrien-fitzsimons/a2a458fe4ca403a82f7d7c7d5e7a045c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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