Skip to content

Commit

Permalink
Added .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmamaev committed Feb 7, 2018
1 parent 291ceb1 commit e863033
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: python
python:
- "2.7"
- "3.5"
- "3.6"
# command to install dependencies
install:
- pip install -r requirements.txt
# command to run tests
script:
- py.test # or pytest for Python versions 3.6 and newer
4 changes: 4 additions & 0 deletions requirements.txt
@@ -0,0 +1,4 @@
pandas>=0.22
numpy>=1.13
python-dateutil>=2.6.1
six

0 comments on commit e863033

Please sign in to comment.