Skip to content

Commit

Permalink
Fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Feb 17, 2020
1 parent 073f4d7 commit 32333ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ 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
- 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 32333ab

Please sign in to comment.