Samuel Dion-Girardeau
d407c2657f
Drop the dot in py.test (as recommended by pytest)
2018-05-07 21:35:31 -04:00
Nicholas Charriere
2e0a296222
Remove -s flag in tests
2018-05-06 14:30:21 -07:00
Nicholas Charriere
331d421e10
Mock redis in tests using mockredis
2018-05-06 14:29:48 -07:00
Nicholas Charriere
7fc18ecfd5
Deprecate support for py26 and py34
2018-05-06 12:45:38 -07:00
Nicholas Charriere
47f3a31bee
Fix tox env name, flake8 is recognized by the flake8 tool and duplicates setup.cfg
2017-04-23 10:08:49 -07:00
Nicholas Charriere
6d38e2b43e
Add flake8 checking
2017-04-22 22:36:41 -07:00
Samuel Dion-Girardeau
a60732d963
Add support for python 3.6
...
- Changed the Dockerfile to use `python:3.6` base image;
- Updated PyPI classifiers to include it;
- Added it to tox/travis environments for CI.
2017-01-08 19:24:10 -05:00
Samuel Dion-Girardeau
00f6964a90
Fix python2.6 support for tests
...
- "{}".format('foo') does not work on python2.6, as the index needs to be explicitly specified.
- assertIn(x, y) was only introduced in 2.7, reverting to assertTrue(x in y)
Updated test environments definitions and docs accordingly.
2016-08-12 18:47:02 -04:00
Samuel Dion-Girardeau
28e19b51a7
Add support for python 3.3 in tox
...
And update associated documentation
2016-08-11 22:33:17 -04:00
Dave Dash
eefe2bdc76
Prepare snappass for distribution.
2013-10-05 23:10:50 -07:00