Skip to content

Commit

Permalink
Travis integration
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSherouse committed Jan 13, 2017
1 parent 4f35ea3 commit 88b9fc6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pandas
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:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
# command to install dependencies
install:
- pip install -r requirements.txt -r requirements_test.txt
# command to run tests
script: python -m tests

0 comments on commit 88b9fc6

Please sign in to comment.