Disable Python 2.6 tests

importlib is Python 2.7 only.
This commit is contained in:
Brian May 2015-11-17 09:33:46 +11:00
parent 9d443e4155
commit 71d17e449e

View File

@ -1,6 +1,5 @@
language: python
python:
- 2.6
- 2.7
- 3.5
- pypy