mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-23 20:44:41 +00:00
Don't use unnecessary quotes in .travis.yml.
This commit is contained in:
parent
78db327667
commit
0481f0aafe
1 changed files with 4 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
- 2.6
|
||||
- 2.7
|
||||
- 3.2
|
||||
- 3.3
|
||||
|
||||
env:
|
||||
- DJANGO=Django==1.4.5 SOUTH=1
|
||||
|
|
|
|||
Loading…
Reference in a new issue