Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
adding basic travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
arifwider committed Dec 20, 2017
1 parent 5bf02c9 commit 0c8e55f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: python
python:
- "3.6"

install:
- pip install -r requirements.txt

script:
- pytest

notifications:
slack: tw-datalab:tySjyrBfi9MdHdiuk5hh8Jbd

0 comments on commit 0c8e55f

Please sign in to comment.