aferritto / TGT

TGT Generates Terrain; Terrain Generation via Machine Learning
GNU General Public License v3.0
2 stars 1 forks source link

Set up CI and testing #12

Closed aferritto closed 6 years ago

aferritto commented 6 years ago

Added tools for automatic testing and code quality to environment.yaml

Partial completion of #9 #10 #11.

aferritto commented 6 years ago

Sets up conda on Travis CI with pytest, pep8, and coveralls. Code still needs to be added so that pytest, pep8, and coveralls will actually have something to do. Travis builds will fail until this is done.

aferritto commented 6 years ago

I added some dummy files to give pytest and pycidestyle something to check. This is ready to merge pending review from @zyteka.

zyteka commented 6 years ago

Looks good