Try to run tests in Python 2.6

This commit is contained in:
Berker Peksag 2015-08-05 07:54:31 +03:00
parent f5ded2c2ea
commit 8a7ab86ecf
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ install:
- pip install -r requirements.txt
- pip install -r test-requirements.txt
script:
- python -m unittest2 discover
- python -m unittest2.__main__ discover