Skip to content

Commit

Permalink
Merge pull request #7 from Utkarsh1308/travis
Browse files Browse the repository at this point in the history
Add travis configuration file
  • Loading branch information
juhakivekas committed Jun 6, 2019
2 parents 4aa14c7 + 8d2cd0f commit 1e4f7b5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: python
python:
- 3.6
- 3.5
- 3.4.2
install:
- pip install git+https://github.com/juhakivekas/multidiff
script:
- python -m pytest

0 comments on commit 1e4f7b5

Please sign in to comment.