Browse Source

update travis config, and add py3.8

pull/218/head
Rossen Georgiev 5 years ago
parent
commit
bc358e6366
  1. 8
      .travis.yml

8
.travis.yml

@ -1,16 +1,16 @@
language: python language: python
cache: pip cache: pip
sudo: false
python: python:
- "2.7" - "2.7"
- "3.4" - "3.4"
- "3.5" - "3.5"
- "3.6" - "3.6"
matrix: jobs:
include: include:
- python: 3.7 - python: 3.7
dist: xenial os: linux
sudo: true - python: 3.8
os: linux
install: install:
- make init - make init
- pip install coveralls - pip install coveralls

Loading…
Cancel
Save