inTestiGator / pytest-encourage

A pytest plugin used to turn FAILURE :x: into OPPORTUNITY :heavy_check_mark:
GNU General Public License v3.0
1 stars 0 forks source link

Set up Travis to run test suite and check the code formatting #1

Closed aubreypc closed 5 years ago

aubreypc commented 5 years ago

Before we get too far into the project, it would be good to perform our initial Travis setup so that we can get a sense for whether our builds are working or not. We can have Travis run the test suite, as well as run black / flake8 / pylint in order to ensure that the code is formatted properly. The .travis.yml file for gatorgrouper might be a good starting point.

finneyj2 commented 5 years ago

Travis has been set up and pip files have been added