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