Skip to content

Commit

Permalink
Reproduce colander issue
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Oct 21, 2016
1 parent 1b8db42 commit abd07fe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ sudo: false
env:
- TOX_ENV=py27
- TOX_ENV=py34
- TOX_ENV=py34-raw
- TOX_ENV=flake8
- TOX_ENV=docs
install:
Expand Down
1 change: 0 additions & 1 deletion tests/requirements.txt
Expand Up @@ -3,5 +3,4 @@ WebTest
colander>=1.0b1
mock
nose
rxjson
simplejson
15 changes: 9 additions & 6 deletions tox.ini
@@ -1,19 +1,22 @@
[tox]
envlist = py27,py34,flake8,docs
envlist = py27,py34,py34-raw,flake8,docs

[testenv]
commands =
python --version
nosetests --with-coverage --cover-package=cornice {posargs}
deps =
-rtests/requirements.txt
install_command = pip install --process-dependency-links --pre {opts} {packages}

[testenv:py34-raw]
commands =
python --version
nosetests --with-coverage --cover-package=cornice {posargs}
deps =
nose
coverage
webtest
unittest2
mock
colander
Sphinx
rxjson
install_command = pip install --process-dependency-links --pre {opts} {packages}

[testenv:flake8]
Expand Down

0 comments on commit abd07fe

Please sign in to comment.