We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8b0ad commit 2773e68Copy full SHA for 2773e68
.travis.yml
@@ -5,12 +5,7 @@ python:
5
- "3.6"
6
cache: pip
7
install:
8
- - pip install requests
9
- - pip install pycurl
10
- - pip install mock
11
- - pip install coveralls
12
- - pip install pylint
13
- - pip install pycodestyle
+ - pip install requests pycurl mock coveralls pylint pycodestyle
14
script:
15
- coverage run -m unittest discover -s test -p '*Test.py'
16
- pycodestyle -v
0 commit comments