Skip to content

Commit

Permalink
Pin black to specific version (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Mechanic authored Dec 1, 2019
1 parent b96a8fd commit 68211b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ install:
- pip install -U coverage codecov
- pip install -U flake8==3.7.9
- pip install -U $DJANGO
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then pip install black; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.7' ]]; then pip install black; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then pip install black==19.10b0; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.7' ]]; then pip install black==19.10b0; fi
- pip freeze

script:
Expand Down

0 comments on commit 68211b5

Please sign in to comment.