uwhumansvszombies/uwhvz

Travis integration

Closed this issue · 0 comments

tso commented

Once #13 is merged we should set up travis with the .travis.yml file as:

python:
   - "3.6"

install:
   - pip install pipenv
   - pipenv install

script:
   - pipenv run python manage.py test```