Commit 369c26b9 authored by Dmitry Shelepnev's avatar Dmitry Shelepnev
Browse files

Add .travis.yml and requirements.txt

parent d734bae0
Loading
Loading
Loading
Loading

.travis.yml

0 → 100644
+15 −0
Original line number Diff line number Diff line
language: python
python:
    - 3.3
    - 3.4
    - 3.5

install:
    - pip install -r requirements.txt

script:

branches:
    only:
        - django-add
+215 B

File added.

No diff preview for this file type.

requirements.txt

0 → 100644
+2 −0
Original line number Diff line number Diff line
django
pillow
 No newline at end of file