mirror of
https://github.com/kennethreitz/dj-database-url.git
synced 2026-06-21 15:00:59 +00:00
10 lines
91 B
YAML
10 lines
91 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
- 3.2
|
|
- 3.3
|
|
- 3.4
|
|
- 3.5
|
|
- 3.6
|
|
script: make test
|