yfeng95 / PRNet

Joint 3D Face Reconstruction and Dense Alignment with Position Map Regression Network (ECCV 2018)
http://openaccess.thecvf.com/content_ECCV_2018/papers/Yao_Feng_Joint_3D_Face_ECCV_2018_paper.pdf
MIT License
4.96k stars 944 forks source link

Use Travis CI to run tests on all pull requests #22

Closed cclauss closed 6 years ago

cclauss commented 6 years ago

Travis Continuous Integration can run automated testing using __python run_basics.py__ and flake8. The Travis CI is free for all open source projects like this one and to turn it on, visit https://travis-ci.org/profile This config file will have Travis CI run flake8 tests on all pull requests before they are reviewed.

yfeng95 commented 6 years ago

Thank you very much for your contributions! It's very cool!

cclauss commented 6 years ago

You need to configure https://travis-ci.com/YadiraF or https://travis-ci.org/YadiraF for this automated testing to work. They are shifting from .org to .com so it is probably better to start on .com.