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
de066554
Commit
de066554
authored
Feb 24, 2017
by
Andreas Mueller
Browse files
add python 3.6 to travis, update numpy, update pip on travis
parent
798f0058
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
de066554
...
...
@@ -12,8 +12,8 @@ env:
-
DISTRIB="ubuntu" PYTHON_VERSION="2.7"
# This environment tests the oldest supported anaconda env
-
DISTRIB="conda" PYTHON_VERSION="2.7" NUMPY_VERSION="1.7.1"
# This environment tests the newest supported anaconda env
-
DISTRIB="conda" PYTHON_VERSION="3.
4
" NUMPY_VERSION="1.1
0.1
"
-
DISTRIB="conda" PYTHON_VERSION="3.4" NUMPY_VERSION="1.11.2"
-
DISTRIB="conda" PYTHON_VERSION="3.
6
" NUMPY_VERSION="1.1
1.2
"
install
:
source continuous_integration/install.sh
cache
:
apt
script
:
nosetests
continuous_integration/install.sh
View file @
de066554
...
...
@@ -37,6 +37,7 @@ elif [[ "$DISTRIB" == "ubuntu" ]]; then
# Use standard ubuntu packages in their default version
virtualenv
--system-site-packages
testvenv
source
testvenv/bin/activate
pip
install
-U
setuptools
pip
install
nose mock matplotlib pillow
fi
...
...
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