- Notifications
You must be signed in to change notification settings - Fork11
added python 3.5, 3.6, 3.7 tests#8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@@ -4,12 +4,12 @@ python: | |||
- "2.7" | |||
- "3.5" | |||
- "3.6" | |||
- "3.7" | |||
- "3.7-dev" |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Also addlogilab-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', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Lose the-dev
Making sure tests pass for python 3.5, 3.6, 3.7