Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
keeleliin
word_cloud_est
Commits
22612e7c
Commit
22612e7c
authored
Dec 01, 2016
by
Remi Rampin
Browse files
Fix Travis build
parent
e9424c29
Changes
1
Hide whitespace changes
Inline
Side-by-side
continuous_integration/install.sh
View file @
22612e7c
...
...
@@ -29,7 +29,7 @@ if [[ "$DISTRIB" == "conda" ]]; then
# Configure the conda environment and put it in the path using the
# provided versions
conda create
-n
testenv
--yes
python
=
$PYTHON_VERSION
pip nose mock
\
numpy
=
$NUMPY_VERSION
matplotlib
numpy
=
$NUMPY_VERSION
matplotlib
pillow
source
activate testenv
...
...
@@ -37,11 +37,9 @@ elif [[ "$DISTRIB" == "ubuntu" ]]; then
# Use standard ubuntu packages in their default version
virtualenv
--system-site-packages
testvenv
source
testvenv/bin/activate
pip
install
nose mock matplotlib
pip
install
nose mock matplotlib
pillow
fi
pip
install
-r
requirements.txt
python
--version
python
-c
"import numpy; print('numpy %s' % numpy.__version__)"
python setup.py build_ext
--inplace
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment