21 Commits

Author SHA1 Message Date
Alex Conrad
18459041b5 submit coverage report to couverture.io 2017-02-06 22:22:37 -08:00
Berker Peksag
461e186f5b Integrate prospector into Travis CI
Closes #947
2017-02-07 09:05:43 +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
Jonas Haag
a713fa9a65 Fix Python 3.5 on Travis typo 2016-11-18 14:27:35 +03:00
benoitc
f154a889dc fix python 3.5 support 2015-11-20 13:56:09 +01:00
benoitc
8609a36f1c only support N, N-1 versions of pythons 2015-11-20 13:37:43 +01:00
Berker Peksag
725f5cdeb1 Merge pull request #1083 from benoitc/travis-use-cache
Use travis cache
2015-07-14 15:18:52 +03:00
Randall Leeds
e2a3d52a79 Use travis cache 2015-07-13 14:43:10 -07:00
Randall Leeds
c054bddd1a Use the travis container-based infrastructure 2015-07-13 12:52:52 -07: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
WooParadog
2753aac65b Fix PyTest class in setup.py.
It should be subclass of `setuptools.command.test`. Also, use it in
.travis.yml.
2014-08-01 15:30:20 +03:00
Berker Peksag
ab3428ec38 Use TRAVIS_PYTHON_VERSION to install aiohttp on Python 3. 2014-06-12 18:36:38 +03:00
Andrew Svetlov
4ede68c6e4 Add gaiohttp tests for travis build 2014-06-09 19:41:58 +03:00
Berker Peksag
08ec1b2c70 Also, enable Python 3.4 on Travis CI.
(The "--use-mirrors" option was deprecated, so I removed it.)
2014-05-15 01:19:49 +03:00
benoitc
116c82333b update travis.yml 2013-04-18 18:07:46 +02:00
benoitc
d9a45e6d68 test 3.3 2013-01-05 09:46:50 +01:00
benoitc
6c34654e91 temporarely rmove 3.3 from travis tests.
testing 3.3 is broken in travis.
2012-11-19 12:02:36 +01:00
benoitc
cd601a466a update travis.xml to est on py3 2012-10-26 21:09:23 +02:00
benoitc
27a9d7d24f only test master 2012-08-03 21:32:57 +02:00
Marc Abramowitz
103d291670 Add .travis.yml for Travis CI (http://travis-ci.org/) 2012-06-24 11:31:34 +02:00