coderxio / dailymed-api

REST API for DailyMed SPLs
https://coderx.io/
MIT License
12 stars 5 forks source link

Start travis ci #10

Closed finish06 closed 4 years ago

finish06 commented 4 years ago

Explanation

Added travis.yml file with initial flake8 check.

Rationale

It is necessary as the code base grows to implement testing. We can use to perform the automated testing.

Tests

Uploaded branch and viewed failed flake8 test at https://travis-ci.org/github/coderxio

yevgenybulochnik commented 4 years ago

I think we should hold off on merging this until #11 gets merged and maybe even after we get the docker setup figured out?

finish06 commented 4 years ago

Why would we wait to incorporate TravisCI until Docker is setup?

finish06 commented 4 years ago

Ready to be merged. Works as expected without a Docker build.