Hackfut Security File Manager
Current Path:
/opt/gsutil/third_party/mock
opt
/
gsutil
/
third_party
/
mock
/
📁
..
📄
.gitignore
(172 B)
📄
.testr.conf
(145 B)
📄
.travis.yml
(522 B)
📄
ChangeLog
(95 B)
📄
LICENSE.txt
(1.31 KB)
📄
NEWS
(3.02 KB)
📄
README.rst
(1.2 KB)
📁
docs
📄
extendmock.py
(34 B)
📁
mock
📄
mock.wpr
(1.15 KB)
📄
requirements.txt
(217 B)
📄
setup.cfg
(1.53 KB)
📄
setup.py
(126 B)
📁
tools
📄
tox.ini
(736 B)
📄
unittest.cfg
(1.66 KB)
Editing: .travis.yml
sudo: false language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - pypy - pypy3 matrix: include: # Travis nightly look to be 3.5.0a4, b3 is out and the syntax error we see # doesn't happen in trunk. - python: "nightly" env: SKIP_DOCS=1 install: - pip install -U pip - pip install -U wheel setuptools - pip install -U .[docs,test] - pip list - python --version script: - unit2 - if [ -z "$SKIP_DOCS" ]; then python setup.py build_sphinx; fi - rst2html.py --strict README.rst README.html
Upload File
Create Folder