Skip to content

Commit 628ec7f

Browse files
Add tests for Python 3.7-dev (#11)
* Test for python 3.7-dev * py37
1 parent 74147d5 commit 628ec7f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ matrix:
1010
env: TOXENV=py36
1111
- python: "nightly"
1212
env: TOXENV=py37
13+
- python: "3.7-dev"
14+
env: TOXENV=py37
1315

1416
- python: '3.5'
1517
env: TOXENV=lint

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tox]
2-
envlist = py34, py35, py36, lint
2+
envlist = py34, py35, py36, py37, lint
33
skip_missing_interpreters = True
44

55
[testenv]
66
setenv =
77
LANG=en_US.UTF-8
88
PYTHONPATH = {toxinidir}:{toxinidir}/Tibber
99
commands =
10-
- pip install flake8 pylint gql aiohttp==2.2.5 async_timeout==1.4.0 pytest tox coveralls pytest-cov
10+
- pip install flake8 pylint gql aiohttp==2.2.5 async_timeout==1.4.0 pytest pytest-cov
1111
- py.test --cov --cov-report= {posargs} test/test.py
1212

1313

0 commit comments

Comments
 (0)