我的问题是什么。特拉维斯·伊梅尔文件?

2024-10-02 22:35:15 发布

您现在位置:Python中文网/ 问答频道 /正文

我不想这听起来像是一个模糊的问题,但我不确定为什么我的应用程序没有建立在特拉维斯CI上。但我不想在这个应用程序里测试。它在travis上说的是它正在加载,但是没有生成。这是github存储库,这是。特拉维斯·伊梅尔文件。在

这里是https://github.com/DavidAwad/SpaceShare建筑。 https://travis-ci.org/DavidAwad/SpaceShare

language: python
python:
  - "2.7"
  - "3.4"
services: 
  - mongodb
install: # command to install dependencies
  - "pip install -r requirements.txt"
# command to run tests
script: python test.py

notifications:
  email:
    - davidawad64@gmail.com

sudo: false

Tags: install文件tohttpsorggithubcomtravis