Commit Graph

12 Commits

Author SHA1 Message Date
Stein Magnus Jodal
2280a533c0 Use py.test as test runner 2015-03-05 00:35:20 +01:00
Thomas Adamcik
f30ca831b6 tests: Add pep8-naming to tox flake8 env 2014-12-30 00:32:03 +01:00
Thomas Adamcik
c0ae202670 tests: Update tox flake8 settings
Run with show source so we can see the context in travis errors. Add stats for
number of errors. And limit ourselves to mopidy and tests as I happen to have
a tmp folder with non-conforming proof of concept code that I don't want this
to check.
2014-12-30 00:25:33 +01:00
Stein Magnus Jodal
7d5117c299 tox: Update tornado dep 2014-12-07 23:36:14 +01:00
Stein Magnus Jodal
acef38a6c7 tox: Fix Tornado version mismatch in env name and deps 2014-07-29 22:49:50 +02:00
dz0ny
6367b83735 Test with multiple versions of tornado. See #798 2014-07-28 20:48:06 +02:00
Stein Magnus Jodal
9c3ddcd3c8 flake8: Test everything by default, exclude .tox 2014-05-07 20:35:03 +02:00
Stein Magnus Jodal
a4ca3655ad tox: Make flake8 test import order 2014-05-07 19:59:20 +02:00
Stein Magnus Jodal
815b490206 tox: Add tox config file
This allows for testing across multiple environments, including Python 3 in
the not too distant future. The instant bonus is that this allows for testing
the docs build at Travis so I don't make more releases like 0.18.2 with broken
docs.
2014-02-17 12:51:02 +01:00
Stein Magnus Jodal
eeba15e4cc Remove tox.ini
Testing across Python 2.6 and 2.7 with tox is no longer working on systems
which doesn't ship both Python versions by default. I can install Python 2.6 on
a newer Ubuntu system using the deadsnakes PPA, but dependencies installed from
APT, like gobject and gstreamer are still only installed for Python 2.7, thus
making tox useless.
2013-04-14 11:45:38 +02:00
Stein Magnus Jodal
462f1bd893 Make tox work by allowing the use of global site-packages 2011-06-15 22:17:35 +02:00
Stein Magnus Jodal
0c845dd246 Add Tox for testing on both Python 2.6 and 2.7 2011-02-26 17:28:38 +01:00