Don't need to build the env for a sdist

After 2.5 we are not releasing the html docs in the sdist anymore.
This commit is contained in:
Daniele Varrazzo 2014-08-31 03:08:39 +01:00
parent 7faa06ce0b
commit b4d38c455c

View File

@ -23,7 +23,6 @@ git clone $REPO_URL psycopg
cd psycopg cd psycopg
TAG=${VER//./_} TAG=${VER//./_}
git checkout -b $TAG $TAG git checkout -b $TAG $TAG
make env # to build the docs
make sdist make sdist
# Test the sdist just created # Test the sdist just created