Skip to content

Commit

Permalink
Add configuration for Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Jan 16, 2017
1 parent 1980093 commit 7d16ac0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: python
python:
- "2.7"
before_script:
- wget http://times.cs.uiuc.edu/~wang296/Data/LARA/TripAdvisor/TripAdvisorJson.tar.bz2
script:
- python setup.py test

0 comments on commit 7d16ac0

Please sign in to comment.