AMD64
Python: 2.7
Git
LC_ALL="en_US.UTF-8" CP_MYSQL_TEST_HOST="127.0.0.1" CP_MYSQL_TEST_USER="root" CP_MYSQL_TEST_PASSWORD=""
The .travis.yml file used for this job is not available
Build Config
{
"env": [
"LC_ALL=\"en_US.UTF-8\" CP_MYSQL_TEST_HOST=\"127.0.0.1\" CP_MYSQL_TEST_USER=\"root\" CP_MYSQL_TEST_PASSWORD=\"\""
],
"dist": "trusty",
"sudo": false,
"cache": {
"apt": true,
"directories": "$HOME/.cache/pip"
},
"addons": {
"apt": {
"packages": [
"libhdf5-serial-dev",
"python-pip"
]
}
},
"python": 2.7,
"script": "pytest",
"install": [
"pip install --upgrade pip",
"pip install --upgrade cython",
"pip install --upgrade joblib",
"pip install --upgrade numpy",
"pip install --upgrade scipy",
"pip install --editable git+https://github.com/CellProfiler/CellProfiler.git#egg=CellProfiler",
"pip freeze"
],
"language": "python",
"notifications": {
"email": false
}
}