Closed adbailey4 closed 7 years ago
Created a .travis.yml file in order to get travis to accept the build by installing the requirements from requirements.txt, then running the tests.py script.
.travis.yml
requirements.txt
tests.py
Created a
.travis.yml
file in order to get travis to accept the build by installing the requirements fromrequirements.txt
, then running thetests.py
script.