Skip to content

Commit

Permalink
Merge pull request #1 from lyft/jinchang-travis
Browse files Browse the repository at this point in the history
[AMD-968] Enable Travis
  • Loading branch information
jinhyukchang authored Aug 19, 2019
2 parents 9b3bfda + c4ab093 commit 87e82bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions common/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dist: xenial
language: python
python: 3.7
install:
- pip3 install -r requirements.txt
- pip3 install codecov
- python3 setup.py install
File renamed without changes.

0 comments on commit 87e82bc

Please sign in to comment.