Cybrosys Technologies
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
.travis.yml
|
|
@ -7,7 +7,7 @@ notifications: |
|
|
|
email: false |
|
|
|
|
|
|
|
sudo: false |
|
|
|
cache: pip3 |
|
|
|
cache: pip |
|
|
|
|
|
|
|
addons: |
|
|
|
apt: |
|
|
@ -25,8 +25,8 @@ virtualenv: |
|
|
|
system_site_packages: true |
|
|
|
|
|
|
|
before_install: |
|
|
|
- pip3 install codecov coverage |
|
|
|
- pip3 install httpagentparser |
|
|
|
- pip install codecov coverage |
|
|
|
- pip install httpagentparser |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|