Commit b2b50726 authored by Stefan Behnel's avatar Stefan Behnel

Make travis script actually install Stackless.

parent 0b4663f4
......@@ -116,7 +116,7 @@ before_install:
- if [[ "$STACKLESS" == "true" ]]; then
conda config --add channels stackless;
conda install stackless;
conda install --quiet --yes stackless;
fi
install:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment