Skip to content

Commit

Permalink
Merge branch 'hotfix/pylint'
Browse files Browse the repository at this point in the history
* hotfix/pylint:
  Update travis.yml, pylint error in 3.7
  • Loading branch information
yuxiang-gao committed Aug 4, 2020
2 parents 064e02e + 72e6e62 commit 3059dde
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,7 +5,7 @@ python:
install:
- pip install --upgrade pip
- pip install -e .
- pip install --upgrade codecov pylint pytest pytest-cov matplotlib
- pip install --upgrade codecov pylint astroid pytest pytest-cov matplotlib
script:
- pylint pysocialforce
- pytest --cov=pysocialforce tests/

0 comments on commit 3059dde

Please sign in to comment.