updated travis.yml

main
Michael Herman 2015-11-06 13:20:52 -07:00
parent e18c3b7027
commit c0e045ff07
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
language: python
python:
- "3.5"
- "3.4"
- "2.7"
@ -8,4 +9,4 @@ install:
- pip install -r requirements.txt
script:
- python manage.py test
- python manage.py test