mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-06 08:43:41 +00:00
Python37 (#12)
* add dist: xenial * try travis fix with matrix include. * remove unnecessary elif
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -1,16 +1,21 @@
|
||||
sudo: false
|
||||
language: python
|
||||
sudo: false
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
# - "3.7"
|
||||
# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.7
|
||||
dist: xenial
|
||||
sudo: true
|
||||
before_install:
|
||||
- "pip install -U pip"
|
||||
- "python setup.py install"
|
||||
install:
|
||||
- pip install tox-travis
|
||||
- pip install pytest==3.6.0
|
||||
- pip install pytest
|
||||
- pip install pylint
|
||||
script:
|
||||
- tox
|
||||
|
Reference in New Issue
Block a user