chainer / chainerui

ChainerUI: User Interface for Chainer
MIT License
170 stars 30 forks source link

Reduce py2 test menu on CI #330

Closed disktnk closed 5 years ago

disktnk commented 5 years ago

On python2, run simple test which tests with only plain chainerui, not included modules depended on Scipy, Pillow, Chainer.

Most library have stopped supporting Python2, so this PR catches it up, but currently not stop CI.