1 Star 0 Fork 0

grf123/python-future

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 706 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: python
python:
- "3.4"
- "3.3"
- "2.7"
- "2.6"
sudo: false
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
# These packages only exist on Ubuntu 13.04 and newer:
# No dependencies currently unless using Python 2.6.
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.6* ]]; then pip install -r requirements_py26.txt --use-mirrors; fi
- python setup.py install
# command to run tests, e.g. python setup.py test
script:
# We might like to get out of the source directory before running tests to
# avoid PYTHONPATH confusion? As an example, see here:
# https://github.com/tornadoweb/tornado/blob/master/.travis.yml
- python setup.py test
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/guorongfeng/python-future.git
git@gitee.com:guorongfeng/python-future.git
guorongfeng
python-future
python-future
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385