Browse Source

Add python3.7 to travis environments (#189)

* travis ci: add python 3.7
* use pyyaml 5.1 in requirements.txt
pull/168/head
Rossen Georgiev 6 years ago
committed by GitHub
parent
commit
6affbb78df
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .travis.yml
  2. 2
      requirements.txt

5
.travis.yml

@ -6,6 +6,11 @@ python:
- "3.4" - "3.4"
- "3.5" - "3.5"
- "3.6" - "3.6"
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
install: install:
- make init - make init
- pip install coveralls - pip install coveralls

2
requirements.txt

@ -11,6 +11,6 @@ pytest==3.2.1
pytest-cov==2.5.1 pytest-cov==2.5.1
mock==1.3.0 mock==1.3.0
nose==1.3.7 nose==1.3.7
PyYAML==3.11 PyYAML==5.1
vcrpy==1.7.4 vcrpy==1.7.4
sphinx==1.3.5 sphinx==1.3.5

Loading…
Cancel
Save