Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 54df18e

Browse files
Merge pull request #193 from bcaller/py37
Test running pyt in a python 3.7 env
2 parents af23fb0 + 1332b7a commit 54df18e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎.travis.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: python
2+
dist: xenial
23
python:
34
- "3.6"
5+
- "3.7"
46
install:
57
- pip install codeclimate-test-reporter 'coverage>=4.0,<4.4' flake8
68
before_script:

‎tox.ini‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
[tox]
2-
envlist = py36,cover,lint
2+
envlist = py36,py37,cover,lint
33

44
[testenv]
55
commands =
66
python -m tests
77

88
[testenv:cover]
9-
whitelist_externals = coverage
109
deps =
1110
coverage>=4.0,<4.4
1211
commands =

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /