mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-05-21 13:31:59 +00:00
Per docs http://docs.travis-ci.com/user/languages/python/ "Travis CI support Python versions 2.6, 2.7, 3.2 and 3.3"
7 lines
75 B
YAML
7 lines
75 B
YAML
language: python
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
- 3.2
|
|
- 3.3
|
|
script: make test
|