mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Merge pull request #300 from develtech/rm-update-travis-script
Remove update travis script
This commit is contained in:
commit
6e74791f68
1 changed files with 0 additions and 13 deletions
|
|
@ -1,13 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Updates .travis.yml envs based on tox.ini configuration.
|
||||
|
||||
# Removing old environment list
|
||||
cp ./.travis.yml ./.travis.yml.bak
|
||||
cat ./.travis.yml.bak | grep -v "^ - TOXENV=" > ./.travis.yml
|
||||
|
||||
# Inserting envs based on list generated by tox
|
||||
for env_name in $(tox --listenvs | sort -r); do
|
||||
sed -i "/^env:$/a\
|
||||
\ \ - TOXENV=${env_name}" ./.travis.yml;
|
||||
done
|
||||
Loading…
Reference in a new issue