Skip to content

Commit

Permalink
Install pylint-plugin-utils from PyPI when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jan 25, 2018
1 parent a3cfcbf commit f403c2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -9,8 +9,7 @@ env:

install:
- pip install coverage coveralls djangorestframework psycopg2 django-tables2
- pip install "Django>=$DJANGO"
- pip install git+https://github.com/landscapeio/pylint-plugin-utils.git@master
- pip install pylint-plugin-utils "Django>=$DJANGO"
script:
- PYTHONPATH=. coverage run test/test_func.py
after_success:
Expand Down

0 comments on commit f403c2e

Please sign in to comment.