From d89409589e31a9c97d1f97f0e4269ac2460ab685 Mon Sep 17 00:00:00 2001 From: Niket Shah Date: Mon, 21 May 2018 19:16:04 +0100 Subject: [PATCH] Change back portal dep --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fb1baef3f..bfa5e4683 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ before_install: install: - pip install -U setuptools - pip install -e . - - pip install -e git+https://github.com/ocadotechnology/codeforlife-portal.git@beta_users#egg=codeforlife-portal #TODO: Remove as part of #688 + - pip install -e git+https://github.com/ocadotechnology/codeforlife-portal.git#egg=codeforlife-portal #TODO: Remove as part of #688 - pip install coveralls - pip install crowdin-cli-py before_script: