Skip to content

Commit 8a34425

Browse files
committed
update release test
1 parent a833808 commit 8a34425

File tree

3 files changed

+4
-335
lines changed

3 files changed

+4
-335
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include gittaggers.py ez_setup.py Makefile
1+
include gittaggers.py Makefile
22
include schema_salad/tests/*.py schema_salad/tests/*.yml schema_salad/tests/*.owl
33
include schema_salad/metaschema/*
44
global-exclude *.pyc

ez_setup.py

Lines changed: 0 additions & 332 deletions
This file was deleted.

release-test.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ virtualenv testenv4
1818

1919
# First we test the head
2020
source testenv1/bin/activate
21+
pip install -U setuptools=20.10.1
2122
make install-dependencies
2223
make test
2324
pip uninstall -y ${package} || true; pip uninstall -y ${package} || true; make install
@@ -31,7 +32,7 @@ pushd testenv1/not-${module}; ../bin/${run_tests}; popd
3132

3233
cd testenv2
3334
source bin/activate
34-
pip install -U setuptools==3.4.1
35+
pip install -U setuptools==20.10.1
3536
pip install -e git+${repo}@${HEAD}#egg=${package}
3637
cd src/${package}
3738
make install-dependencies
@@ -47,7 +48,7 @@ bin/${run_tests}
4748

4849
cd ../testenv3/
4950
source bin/activate
50-
pip install -U setuptools==3.4.1
51+
pip install -U setuptools==20.10.1
5152
pip install ${package}*tar.gz
5253
pip install pytest
5354
tar xzf ${package}*tar.gz

0 commit comments

Comments
 (0)