10 Commits

Author SHA1 Message Date
Brett Randall
9c9f1f2bb9 Update Python versions in Travis CI and tox (#1902)
- run lint using latest Python 3.7
- updated env list in tox.ini
  - added py38-dev
  - removed py36-dev
- moved aiohttp to requirements_test.txt

Signed-off-by: Brett Randall <javabrett@gmail.com>
2018-10-28 10:29:17 +03:00
Hugo
e974f30517 Drop support for Python 2
Co-Authored-By: Dustin Ingram <di@users.noreply.github.com>
Co-Authored-By: Berker Peksag <berker.peksag@gmail.com>
2018-08-01 15:31:17 +03:00
Diego Oliveira
45fe8d1199 Upgrade pytest and pytest-cov plugin (#1799) 2018-06-04 12:23:51 +03:00
Alexandre Conrad
92afaa5ce8 pin coverage>=4.0,<4.4 (#1571) 2017-08-22 11:44:32 +03:00
Berker Peksag
748da13c17 Silence pytest warnings 2017-02-07 09:05:43 +03:00
Hasan Ramezni
79a9697df2 update pytest version to 3.0.5 2017-01-15 23:34:23 +03:00
benoitc
a5212691e5 Revert "add mock to the requirements"
This reverts commit 48831f526f0fd4235b953b6637cc86f1b9f0b7b4.
2015-11-21 10:03:45 +01:00
benoitc
48831f526f add mock to the requirements 2015-11-21 09:52:12 +01:00
benoitc
5d2ff5e2ce bump pytest version
fix #1150
2015-11-21 09:49:59 +01: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