Skip to content

Commit

Permalink
Added .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mristin committed Sep 20, 2018
1 parent 5797dc2 commit d152e77
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: python
python:
- "3.5"
- "3.6"
install:
- pip3 install -e .[dev]
- pip3 install coveralls
script:
- python3 precommit.py
- coveralls
1 change: 1 addition & 0 deletions tests/__init__.py
@@ -0,0 +1 @@
"""Test icontract_lint."""

0 comments on commit d152e77

Please sign in to comment.