dj-database-url/.travis.yml
Jeff Paine f75e487dc1 Remove travis-ci unsupported python version
Per docs http://docs.travis-ci.com/user/languages/python/ "Travis CI support Python versions 2.6, 2.7, 3.2 and 3.3"
2014-03-03 02:15:08 -05:00

7 lines
75 B
YAML

language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
script: make test