Merge pull request #372 from sloria/test-py36

Test against Python 3.6
This commit is contained in:
mario 2017-10-31 21:20:05 +01:00 committed by GitHub
commit a670fa9687
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ language: python
python: python:
- "2.7" - "2.7"
- "3.5" - "3.5"
- "3.6"
env: env:
- DJANGO=1.8.* DRF=3.6.* - DJANGO=1.8.* DRF=3.6.*
- DJANGO=1.10.* DRF=3.7.* - DJANGO=1.10.* DRF=3.7.*