File tree Expand file tree Collapse file tree 3 files changed +4
-335
lines changed Expand file tree Collapse file tree 3 files changed +4
-335
lines changed Original file line number Diff line number Diff line change 1
- include gittaggers.py ez_setup.py Makefile
1
+ include gittaggers.py Makefile
2
2
include schema_salad/tests/*.py schema_salad/tests/*.yml schema_salad/tests/*.owl
3
3
include schema_salad/metaschema/*
4
4
global-exclude *.pyc
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ virtualenv testenv4
18
18
19
19
# First we test the head
20
20
source testenv1/bin/activate
21
+ pip install -U setuptools=20.10.1
21
22
make install-dependencies
22
23
make test
23
24
pip uninstall -y ${package} || true ; pip uninstall -y ${package} || true ; make install
@@ -31,7 +32,7 @@ pushd testenv1/not-${module}; ../bin/${run_tests}; popd
31
32
32
33
cd testenv2
33
34
source bin/activate
34
- pip install -U setuptools==3.4 .1
35
+ pip install -U setuptools==20.10 .1
35
36
pip install -e git+${repo} @${HEAD} # egg=${package}
36
37
cd src/${package}
37
38
make install-dependencies
@@ -47,7 +48,7 @@ bin/${run_tests}
47
48
48
49
cd ../testenv3/
49
50
source bin/activate
50
- pip install -U setuptools==3.4 .1
51
+ pip install -U setuptools==20.10 .1
51
52
pip install ${package} * tar.gz
52
53
pip install pytest
53
54
tar xzf ${package} * tar.gz
You can’t perform that action at this time.
0 commit comments