Browse Source

removing sphynx build: no real docs

main
Julien Iguchi-Cartigny 12 years ago
parent
commit
b004fbf2f5
2 changed files with 1 additions and 9 deletions
  1. +0
    -1
      .travis.yml
  2. +1
    -8
      tox.ini

+ 0
- 1
.travis.yml View File

@@ -2,7 +2,6 @@ language: python
env: env:
- TOX_ENV=py26 - TOX_ENV=py26
- TOX_ENV=py27 - TOX_ENV=py27
- TOX_ENV=docs
- TOX_ENV=flake8 - TOX_ENV=flake8
install: install:
- pip install tox - pip install tox


+ 1
- 8
tox.ini View File

@@ -1,6 +1,6 @@
[tox] [tox]
minversion = 1.3 minversion = 1.3
envlist = py26,py27,docs,flake8
envlist = py26,py27,flake8


[testenv] [testenv]
deps= deps=
@@ -16,13 +16,6 @@ whitelist_externals=bash


[testenv:py27] [testenv:py27]


[testenv:docs]
downloadcache={toxworkdir}/downloadcache
basepython=python2.7
changedir=doc
deps=sphinx
commands=sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html

[testenv:flake8] [testenv:flake8]
basepython=python2.7 basepython=python2.7
deps=flake8 deps=flake8


Loading…
Cancel
Save