Commit 3e02e1b5 authored by Dmitry Shelepnev's avatar Dmitry Shelepnev
Browse files

Changes in .travis.yml (add pip list to install)

parent 6623b62b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ python:

install:
    - pip install -r requirements.txt
    - pip list

script:
    - python manage.py test