Sign in
apache
/
mxnet
/
refs/heads/v0.10.0-support
/
.
/
cpp-package
/
tests
/
travis
/
setup.sh
blob: 4238c7654fe4e1576eab549639c52adbf33a7c41 [
file
] [
log
] [
blame
]
#!/bin/bash
if
[
$
{
TASK
}
==
"lint"
];
then
pip install cpplint
'pylint==1.4.4'
'astroid==1.3.6'
--
user
fi