Skip to content

added python 3.5, 3.6, 3.7 tests #8

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

netoxico
Copy link

Making sure tests pass for python 3.5, 3.6, 3.7

@@ -4,12 +4,12 @@ python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.7-dev"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

matrix:
  include:
    - python: 3.7
       dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)

install:
- "pip install --use-mirrors coverage coveralls"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also add logilab-common

@@ -25,6 +25,6 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.7-dev',
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lose the -dev

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants