Merge pull request #84 from prymitive/travis_buildconf

travis buildconf
This commit is contained in:
unbit
2012-12-11 21:52:05 -08:00
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ compiler:
script:
- echo -e "\n\n>>> Building uWSGI binary"
- /usr/bin/python uwsgiconfig.py --build base
- /usr/bin/python uwsgiconfig.py --build travis
- echo -e "\n\n>>> Building python26 plugin"
- /usr/bin/python2.6 -V
- /usr/bin/python2.6 uwsgiconfig.py --plugin plugins/python base python26
+3
View File
@@ -0,0 +1,3 @@
[uwsgi]
main_plugin =
inherit = base