Просмотр исходного кода

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

Matthew Wang 13 лет назад
Родитель
Сommit
9cc9298c0f
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      Makefile

+ 2
- 2
Makefile Просмотреть файл

1
 # Makefile for testing
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
 .PHONY: dogfood clean build dist-test dist \
6
 .PHONY: dogfood clean build dist-test dist \
7
 	test test3 cov cov3 html reg reg3 profile profile3
7
 	test test3 cov cov3 html reg reg3 profile profile3