summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>2016-08-22 15:01:39 +0300
committerGitHub <noreply@github.com>2016-08-22 15:01:39 +0300
commitb093c120d1003d245ffc9abf9fcfa5599d591b4e (patch)
tree616b41e48da9a727823cc935cfbaa7699461eabf /.travis.yml
parenteecb54390b09f6b5f71a9420696181dacde63bfb (diff)
downloadcherrypy-git-b093c120d1003d245ffc9abf9fcfa5599d591b4e.tar.gz
Drop testing unsupported 3.1, add 3.5-dev
Also drop nightly from allow_failures since test usually pass under it :seealso: https://docs.travis-ci.com/user/languages/python#Nightly-build-support
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index f9cc0915..24542952 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,24 +2,25 @@ language: python
python:
- 2.6
- 2.7
-- 3.1
- 3.2
- 3.3
- 3.4
- 3.5
+- 3.5-dev
- pypy
- pypy3
- nightly
matrix:
allow_failures:
- - python: 3.1
+ # TODO: check what causes testing stuck
- python: pypy
+ # TODO: fix tests
- python: pypy3
- - python: nightly
env:
- WEBTEST_INTERACTIVE=false
+# TODO: consider installing optional dependencies to run skipped tests
install: pip install -e .
script: nosetests