We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8240dc commit 099deabCopy full SHA for 099deab
.travis.yml
@@ -10,7 +10,6 @@ install:
10
- pip install coveralls
11
- pip install -r requirements.txt
12
- pip install -r requirements-dev.txt
13
- - 'if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install unittest2; fi'
14
script:
15
- nosetests --with-coverage --cover-package telegram/
16
- flake8 telegram
0 commit comments