mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-01 18:34:43 +00:00
okay, try install then
This commit is contained in:
parent
a872c4a0d3
commit
738b44f19f
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ matrix:
|
|||
env: TOX_ENV=py36-django22
|
||||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade memcached; brew services start memcached; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install memcached; brew services start memcached; fi
|
||||
|
||||
install:
|
||||
- pip install tox
|
||||
|
|
|
|||
Loading…
Reference in a new issue