diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..68df54b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: python + +python: + - "3.5" + - "3.6" + +install: + - pip3 install -r requirements.txt + +script: + # No tests at the moment, so just import the ticker + python -c 'import ticker' diff --git a/requirements.txt b/requirements.txt index adc7140..d3b99d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django>=1.10,1.11 +django>=1.11 celery django-celery jsonpickle