EasyTest-接口自动化测试平台部署上线问题记录
平台url: http://easytest.xyz 花巨资搞了个阿里云服务器,哈哈,有想体验指导的大佬私聊我~~~ 部署环境 云服务器:Ubuntu Server 16.04.1 LTS 64位 python 主要包版本: python 3.5.2 Django 2.0.3 BeautifulReport 0.0.9 celery 3.1.25 celery-with-redis 3.0 colorlog 4.0.2 crypto 1.4.1 ddt 1.2.1 django-celery 3.2.2 django-redis 4.0.0 gevent 1.4.0 greenlet 0.4.15 gunicorn 19.9.0 ipython 7.5.0 matplotlib 3.0.0 Pillow 6.0.0 pip 19.1.1 pycrypto 2.6.1 PyMySQL 0.9.3 qrcode 6.1 redis 2.10.6 requests 2.22.0 问题 1.为什么使用python3.5? ubuntu使用python3.6在安装uwsgi的时候,老是报错,然后还么有找到原因... 2.定时任务运行报错: 1>.TypeError: can only concatenate tuple (not "NoneType") to tuple;