Merge pull request #3282 from beetbox/arcresu-patch-1

Update Python 3 versions for CI
This commit is contained in:
Carl Suster 2019-06-01 12:22:15 +10:00 committed by GitHub
commit 1a16537a3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -29,8 +29,8 @@ matrix:
# dist: xenial
# - python: pypy
# - env: {TOX_ENV: pypy-test}
- python: 3.4
env: {TOX_ENV: py34-flake8}
- python: 3.6
env: {TOX_ENV: py36-flake8}
- python: 2.7.13
env: {TOX_ENV: docs}
# Non-Python dependencies.

View file

@ -16,6 +16,8 @@ environment:
TOX_ENV: py35-test
- PYTHON: C:\Python36
TOX_ENV: py36-test
- PYTHON: C:\Python37
TOX_ENV: py37-test
# Install Tox for running tests.
install: