Add Python3.5 to test coverage.

This commit is contained in:
Dave Shawley 2016-01-10 11:09:29 -05:00
parent 74ce03a0d5
commit 51dcb9d4f5
3 changed files with 3 additions and 2 deletions

View file

@ -2,6 +2,7 @@ language: python
python:
- 2.7
- 3.4
- 3.5
- pypy
install:
- pip install codecov

View file

@ -2,7 +2,6 @@
universal = 1
[nosetests]
with-coverage = 1
cover-branches = 1
cover-erase = 1
cover-package = sprockets.mixins

View file

@ -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 =