change the step order

This commit is contained in:
2017-03-16 00:02:33 -04:00
parent 5794bacbbf
commit f27a84e015
+3 -3
View File
@@ -163,9 +163,6 @@ if [ ! -f requirements.txt ] && [ ! -f Pipfile ]; then
echo "-e ." > requirements.txt echo "-e ." > requirements.txt
fi fi
# Uninstall removed dependencies with Pip.
source $BIN_DIR/steps/pip-uninstall
# Mercurial support. # Mercurial support.
source $BIN_DIR/steps/mercurial source $BIN_DIR/steps/mercurial
@@ -184,6 +181,9 @@ source $BIN_DIR/steps/gdal
# Install dependencies with Pip (where the magic happens). # Install dependencies with Pip (where the magic happens).
source $BIN_DIR/steps/pip-install source $BIN_DIR/steps/pip-install
# Uninstall removed dependencies with Pip.
source $BIN_DIR/steps/pip-uninstall
# Support for NLTK corpora. # Support for NLTK corpora.
sub-env $BIN_DIR/steps/nltk sub-env $BIN_DIR/steps/nltk