mirror of
https://github.com/kennethreitz/dj-database-url.git
synced 2026-06-05 23:10:17 +00:00
9 lines
83 B
YAML
9 lines
83 B
YAML
language: python
|
|
python:
|
|
- 2.5
|
|
- 2.6
|
|
- 2.7
|
|
- 3.2
|
|
- 3.3
|
|
script: make test
|