diff options
| author | Ben Firshman | 2014-09-20 18:50:22 -0700 |
|---|---|---|
| committer | Ben Firshman | 2014-09-20 18:56:18 -0700 |
| commit | 81e40532dcdcf3844d12a08e4a8cd38370b45d17 (patch) | |
| tree | debd8c63da635477b9c88dbc2798fd2c1d66a725 /.travis.yml | |
| parent | 61f4de67ed9cfdf09df4cee83d3c3c88775a6bf4 (diff) | |
| download | django-shorturls-81e40532dcdcf3844d12a08e4a8cd38370b45d17.tar.bz2 | |
Remove comments in .travis.yml
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index fa25cb8..47dd046 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,6 @@ env: - DJANGO="Django==1.3" - DJANGO="Django==1.4.15" -# command to install dependencies install: pip install $DJANGO --use-mirrors -# command to run tests script: django-admin.py test --pythonpath=src/ --settings=shorturls.testsettings |
