We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ba916 commit 9c5597eCopy full SHA for 9c5597e
continuous_integration/travis/install.sh
@@ -62,9 +62,6 @@ install_pip()
62
{
63
# Install PyQt5
64
pip install pyqt5;
65
-
66
- # Install testing packages
67
- pip install -e .[test]
68
}
69
70
continuous_integration/travis/run_test.sh
@@ -26,6 +26,9 @@ if [ "$USE_CONDA" = true ] ; then
26
else
27
cd $FULL_SPYDER_CLONE
28
pip install dist/spyder-*.whl
29
+
30
+ # Install testing packages
31
+ pip install -e .[test]
32
fi
33
34
0 commit comments