Permalink
Comparing changes
Open a pull request
- 2 commits
- 2 files changed
- 0 commit comments
- 1 contributor
Unified
Split
Showing
with
6 additions
and 2 deletions.
- +1 −1 .travis.yml
- +5 −1 tox.ini
| @@ -19,7 +19,7 @@ matrix: | ||
| - python: 3.5 | ||
| env: TOXENV=docs | ||
| - python: 2.7 | ||
| env: TOXENV=py27-pyramid19 | ||
| env: TOXENV=py27-pyramid14 | ||
| - python: 3.5 | ||
| env: TOXENV=py35-pyramid19 | ||
| - python: nightly | ||
| @@ -2,7 +2,7 @@ | ||
| envlist = | ||
| lint, | ||
| py27,py34,py35,py36,py37,pypy, | ||
| py27-pyramid{18,19}, | ||
| py27-pyramid14, | ||
| py35-pyramid{18,19}, | ||
| docs, | ||
| {py2,py3}-cover,coverage | ||
| @@ -21,6 +21,10 @@ basepython = | ||
| py3: python3.5 | ||
| deps = | ||
| pyramid14: pyramid <= 1.4.99 | ||
| pyramid15: pyramid <= 1.5.99 | ||
| pyramid16: pyramid <= 1.6.99 | ||
| pyramid17: pyramid <= 1.7.99 | ||
| pyramid18: pyramid <= 1.8.99 | ||
| pyramid19: pyramid <= 1.9.99 | ||