diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..03b8ad59 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +cache: pip + +language: python +python: + - "3.6" + +install: + - pip install -r src/requirements/dev.txt + +script: + - cd src; python manage.py test