kfs
kfs copied to clipboard
Update .travis.yml
Update for consistency with keras and keras-contrib
The command "if [[ "$TEST_MODE" == "PEP8" ]]; then PYTHONPATH=$PWD:$PYTHONPATH py.test --pep8 -m pep8 -n0; else PYTHONPATH=$PWD:$PYTHONPATH py.test tests/; fi" exited with 2.
Seems this line has different exit codes in different travis runs