Skip to content

Commit

Permalink
use https instead of git protocol
Browse files Browse the repository at this point in the history
git protocol is blocked on some networks
  • Loading branch information
davidism committed Dec 4, 2015
1 parent c388e9c commit d7b20e0
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@ deps=
lowest: itsdangerous==0.21
lowest: blinker==1.0
release: blinker
devel: git+git://github.com/mitsuhiko/werkzeug.git
devel: git+git://github.com/mitsuhiko/jinja2.git
devel: git+git://github.com/mitsuhiko/itsdangerous.git
devel: git+git://github.com/jek/blinker.git

# extra dependencies
git+git://github.com/jek/blinker.git#egg=blinker
devel: git+https://github.com/mitsuhiko/werkzeug.git
devel: git+https://github.com/mitsuhiko/jinja2.git
devel: git+https://github.com/mitsuhiko/itsdangerous.git
devel: git+https://github.com/jek/blinker.git

[testenv:docs]
deps = sphinx
Expand Down

0 comments on commit d7b20e0

Please sign in to comment.