sherjilozair / char-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
MIT License
2.64k stars 960 forks source link

Simple tests on Travis CI #74

Closed hugovk closed 7 years ago

hugovk commented 7 years ago

Runs pyflakes to check for some possible errors on Python 2 and Python 3.

Also runs pep8 on the source, but for information only and won't fail the build.

Unused imports have been removed so pyflakes passes.

Please enable this repo at https://travis-ci.org/profile, it's free for open source.

If unit or integration tests come along in the future, they can be run on Travis as well.