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
4 additions and
4 deletions
-
.travis.yml
|
|
@ -1,13 +1,13 @@ |
|
|
|
language: python |
|
|
|
|
|
|
|
python: |
|
|
|
- "3.4" |
|
|
|
- "3.6" |
|
|
|
|
|
|
|
notifications: |
|
|
|
email: false |
|
|
|
|
|
|
|
sudo: false |
|
|
|
cache: pip |
|
|
|
cache: pip3 |
|
|
|
|
|
|
|
addons: |
|
|
|
apt: |
|
|
@ -25,8 +25,8 @@ virtualenv: |
|
|
|
system_site_packages: true |
|
|
|
|
|
|
|
before_install: |
|
|
|
- pip install codecov coverage |
|
|
|
- pip install httpagentparser |
|
|
|
- pip3 install codecov coverage |
|
|
|
- pip3 install httpagentparser |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|