Skip to content

Commit

Permalink
Merge pull request #507 from Cornices/update-test-matrix
Browse files Browse the repository at this point in the history
Update test matrix.
  • Loading branch information
Natim committed Jan 24, 2019
2 parents 2b3bed4 + 6fa95d0 commit 1a287a6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ python: 2.7
sudo: false
env:
- TOX_ENV=py27
- TOX_ENV=py34
- TOX_ENV=py34-raw
- TOX_ENV=flake8
- TOX_ENV=docs
install:
Expand All @@ -24,9 +22,14 @@ matrix:
- python: 3.6
env:
- TOX_ENV=py36
- python: "3.7-dev"
- python: 3.7
dist: xenial
env:
- TOX_ENV=py37
- python: 3.7
dist: xenial
env:
- TOX_ENV=py37-raw

notifications:
irc:
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Framework :: Pylons",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,py35,py36,py34-raw,flake8,docs
envlist = py27,py35,py36,py37-raw,py37,flake8,docs
skip_missing_interpreters = True

[testenv]
Expand All @@ -8,14 +8,14 @@ commands =
nosetests --with-coverage --cover-package=cornice --cover-min-percentage=100 {posargs}
deps =
-rtests/requirements.txt
install_command = pip install --process-dependency-links --pre {opts} {packages}
install_command = pip install --pre {opts} {packages}

[testenv:py34-raw]
[testenv:py37-raw]
deps =
nose
webtest
mock
install_command = pip install --process-dependency-links --pre {opts} {packages}
install_command = pip install --pre {opts} {packages}

[testenv:flake8]
commands = flake8 cornice
Expand Down

0 comments on commit 1a287a6

Please sign in to comment.