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
cache: pip
sudo: false
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
matrix:
jobs:
include:
- python: 3.7
dist: xenial
sudo: true
os: linux
- python: 3.8
os: linux
install:
- make init
- pip install coveralls

Loading…
Cancel
Save