Browse Source

pip3 to pip

pull/124/head
Cybrosys Technologies 7 years ago
committed by GitHub
parent
commit
b61a5f52ec
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .travis.yml

6
.travis.yml

@ -7,7 +7,7 @@ notifications:
email: false email: false
sudo: false sudo: false
cache: pip3 cache: pip
addons: addons:
apt: apt:
@ -25,8 +25,8 @@ virtualenv:
system_site_packages: true system_site_packages: true
before_install: before_install:
- pip3 install codecov coverage - pip install codecov coverage
- pip3 install httpagentparser - pip install httpagentparser

Loading…
Cancel
Save