Skip to content

Commit

Permalink
Fixed tox.ini for running on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
spookylukey committed May 27, 2018
1 parent 758103c commit 4f58739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/django_ftl
commands = coverage run --source django_ftl runtests.py
deps =
-e git+git@github.com:django-ftl/python-fluent.git@implement_format#egg=fluent
-e git+https://github.com/django-ftl/python-fluent@implement_format#egg=fluent
django111: Django>=1.11,<1.12
django20: Django>=2.0,<2.1
-r{toxinidir}/requirements_test.txt
Expand Down

0 comments on commit 4f58739

Please sign in to comment.