mirror of
https://github.com/sprockets/sprockets.mixins.mediatype.git
synced 2024-11-21 19:28:38 +00:00
Add Python3.5 to test coverage.
This commit is contained in:
parent
74ce03a0d5
commit
51dcb9d4f5
3 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@ language: python
|
|||
python:
|
||||
- 2.7
|
||||
- 3.4
|
||||
- 3.5
|
||||
- pypy
|
||||
install:
|
||||
- pip install codecov
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
universal = 1
|
||||
|
||||
[nosetests]
|
||||
with-coverage = 1
|
||||
cover-branches = 1
|
||||
cover-erase = 1
|
||||
cover-package = sprockets.mixins
|
||||
|
|
3
tox.ini
3
tox.ini
|
@ -1,8 +1,9 @@
|
|||
[tox]
|
||||
envlist = py27,py34
|
||||
envlist = py27,py34,py35,pypy
|
||||
indexserver =
|
||||
default = https://pypi.python.org/simple
|
||||
toxworkdir = build/tox
|
||||
skip_unknown_interpreters = true
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
|
|
Loading…
Reference in a new issue