15 Commits

Author SHA1 Message Date
Berker Peksag
6b44263f77 Don't install pylint 1.7 due to a backwards imcompatible change 2017-04-15 00:55:13 +03:00
Berker Peksag
461e186f5b Integrate prospector into Travis CI
Closes #947
2017-02-07 09:05:43 +03:00
Alex Conrad
9b2f014eec move pytest cli args to setup.cfg 2017-02-07 05:35:25 +03:00
Berker Peksag
146a769afa Add new Python versions to build matrix
Also update package metadata.

Fixes #1439
2017-01-22 08:18:02 +03:00
Berker Peksag
ca64a57c77 Remove pypy3 from Travis
The new version of pip won't support Python 3.2
and we will need to tweak our .travis.yml and
tox.ini in order to run tests on PyPy 3.

However, since we already removed Python 3.2
from Travis, I decided to remove PyPy 3 as well
(it still targets Python 3.2)
2016-11-23 01:44:49 +03:00
benoitc
fd2350aa4f asert plain, to work with py35
fix #1150
2015-11-21 11:22:34 +01:00
benoitc
6999878a40 forgot to remove the targets from tox 2015-11-20 13:46:13 +01:00
Berker Peksag
811ea7880e Unpin mock 1.0.1 since it has support for Python 2.6. 2015-09-20 06:52:55 +03:00
Berker Peksag
9d13c68a71 Fix tox format.
tox is a joke.
2015-07-13 15:22:20 +03:00
Berker Peksag
caf7a1946d Install mock 1.0.1 on Python 2.6.
Fixes #1081
2015-07-13 15:16:01 +03:00
Berker Peksag
dddfcb2826 Fix test_logger in Python 3.2. 2015-07-08 12:38:14 +03:00
Berker Peksag
e84068b518 Use tox in .travis.yml.
This way we can avoid code duplication.

Also, this change makes tests faster due to ignoring the sdist step
and adds Python 3.2, 3.4 and PyPy 3 to build matrix.
2014-10-19 02:12:59 +03:00
Collin Anderson
03fbe9429d clean whitespace 2014-09-10 09:52:12 -04:00
benoitc
fa5af28cf6 update tox & makefile for py.test 2012-10-26 21:07:27 +02:00
Marc Abramowitz
0e88aa6907 Add tox support (http://tox.testrun.org/) 2012-06-24 11:31:34 +02:00