Skip to content

Commit

Permalink
Add a .travis for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AnjoMan committed Oct 25, 2018
1 parent f6ce566 commit c71ef96
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: python
python:
- "3.6"
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
install:
- pip install coveralls pytest-cov flake8
- python setup.py install
script:
- flake8
- pytest --cov-report term-missing --cov=carsons tests/
after_success: coveralls

0 comments on commit c71ef96

Please sign in to comment.