Skip to content

Commit 2773e68

Browse files
committed
Speed up travis execution
1 parent 9f8b0ad commit 2773e68

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@ python:
55
- "3.6"
66
cache: pip
77
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
8+
- pip install requests pycurl mock coveralls pylint pycodestyle
149
script:
1510
- coverage run -m unittest discover -s test -p '*Test.py'
1611
- pycodestyle -v

0 commit comments

Comments
 (0)