Skip to content

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

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

Successfully merging this pull request may close these issues.

2 participants