Beautification (fix a missing blank)

This commit is contained in:
Peter Bittner 2017-12-05 23:53:07 +01:00 committed by GitHub
parent dfc8baf2ee
commit 3653b388fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ matrix:
- { python: 3.3, env: DJANGO=1.10 }
- { python: 3.6, env: DJANGO=1.10 }
- { python: 3.3, env: DJANGO=1.11 }
- { python: 2.7, env: DJANGO=2.0}
- { python: 2.7, env: DJANGO=2.0 }
- { python: 3.3, env: DJANGO=2.0 }
include:
- { python: 3.6, env: TOXENV=flake8 }