Skip to content
This repository was archived by the owner on Sep 25, 2021. It is now read-only.

Commit 0cd35e5

Browse files
committed
No more mirrors
1 parent 4d017bc commit 0cd35e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eu
22

33
sudo apt-get install libevent-dev
4-
pip install $DJANGO --use-mirrors
4+
pip install $DJANGO
55
make bootstrap
66
if [[ ${TRAVIS_PYTHON_VERSION::1} == '2' ]]; then
77
pip install gevent --use-mirrors

0 commit comments

Comments
 (0)