瀏覽代碼

https does not really work with distutils (at least python 2.7)

Matthew Wang 11 年之前
父節點
當前提交
9cc9298c0f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      Makefile

+ 2
- 2
Makefile 查看文件

@@ -1,7 +1,7 @@
1 1
 # Makefile for testing
2 2
 
3
-TESTPYPI = https://testpypi.python.org/pypi
4
-PYPI = https://pypi.python.org/pypi
3
+TESTPYPI = http://testpypi.python.org/pypi
4
+PYPI = http://pypi.python.org/pypi
5 5
 
6 6
 .PHONY: dogfood clean build dist-test dist \
7 7
 	test test3 cov cov3 html reg reg3 profile profile3