mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-16 20:29:55 +01:00
Removing if block to install unittest2 when running tests on Py2.6
This commit is contained in:
parent
a8240dca1f
commit
099deabf4e
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ install:
|
|||
- pip install coveralls
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r requirements-dev.txt
|
||||
- 'if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install unittest2; fi'
|
||||
script:
|
||||
- nosetests --with-coverage --cover-package telegram/
|
||||
- flake8 telegram
|
||||
|
|
Loading…
Add table
Reference in a new issue