Skip to content

Commit

Permalink
Add Travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhsamuel committed Aug 26, 2017
1 parent 4c1997a commit 4fc30e0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
python:
- "2.7"
- "3.6"

install:
# - pip install -r requirements.txt
- python setup.py install

script: py.test python

0 comments on commit 4fc30e0

Please sign in to comment.