Add dependencies to travis config

This commit is contained in:
Andrew Godwin 2016-02-05 16:04:18 -08:00
parent 43c903a501
commit 74c444ca52

View File

@ -3,5 +3,5 @@ language: python
python: python:
- "2.7" - "2.7"
- "3.5" - "3.5"
install: pip install tox-travis install: pip install tox-travis Django asgiref
script: tox script: tox