Skip to content

Commit

Permalink
Try a travis fix
Browse files Browse the repository at this point in the history
Related to pypa/pip#6275
  • Loading branch information
Dmytro Litvinov committed Feb 14, 2020
1 parent 679764d commit 670a36f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ install:
- pip install --quiet $DJANGO
- pip install --quiet coverage
- pip install --quiet flake8
- python setup.py egg_info
- pip install -e .
before_script:
- flake8 --exclude=migrations,migrations-pre17 --ignore=W291,W504,E501,F401,F403 moderation tests
Expand Down

0 comments on commit 670a36f

Please sign in to comment.