Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Feb 16, 2020
1 parent 3f4aafd commit 06d34d3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python
python:
- "3.7"
install:
- pip install .
- pip install flake8 pylint coveralls
script:
- flake8 graphslam/ && pylint graphslam/ flake8 tests/ && pylint tests/ && coverage run --source graphslam setup.py test && coverage report -m
after_success:
- coveralls

0 comments on commit 06d34d3

Please sign in to comment.