Browse Source

Python version changed

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

8
.travis.yml

@ -1,13 +1,13 @@
language: python language: python
python: python:
- "3.4" - "3.6"
notifications: notifications:
email: false email: false
sudo: false sudo: false
cache: pip cache: pip3
addons: addons:
apt: apt:
@ -25,8 +25,8 @@ virtualenv:
system_site_packages: true system_site_packages: true
before_install: before_install:
- pip install codecov coverage - pip3 install codecov coverage
- pip install httpagentparser - pip3 install httpagentparser

Loading…
Cancel
Save