Commit Graph

5 Commits

Author SHA1 Message Date
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