Skip to content

Commit

Permalink
quiet install on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
illagrenan committed Dec 4, 2016
1 parent 7536aec commit c3d7268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ env:
- DJANGO="Django<1.10" # Django 1.9.x | 2.7, 3.4, 3.5
- DJANGO="Django<1.11" # Django 1.10.x | 2.7, 3.4, 3.5
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then pip install typing; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then pip install --quiet --upgrade typing; fi
- pip install --quiet --upgrade -r requirements.txt
- pip install --quiet --upgrade setuptools wheel
- pip install --quiet --upgrade "$DJANGO"
Expand Down

0 comments on commit c3d7268

Please sign in to comment.