X Tutup
Skip to content

Commit 099deab

Browse files
committed
Removing if block to install unittest2 when running tests on Py2.6
1 parent a8240dc commit 099deab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ install:
1010
- pip install coveralls
1111
- pip install -r requirements.txt
1212
- pip install -r requirements-dev.txt
13-
- 'if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install unittest2; fi'
1413
script:
1514
- nosetests --with-coverage --cover-package telegram/
1615
- flake8 telegram

0 commit comments

Comments
 (0)
X Tutup