Skip to content

Commit eeb9711

Browse files
authored
Merge pull request #349 from imankulov/fix_tox
Update tox.ini to use py37,py38 instead of ci37,ci38
2 parents 7447a4f + 5ed7713 commit eeb9711

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ sudo: false
66
matrix:
77
include:
88
- python: "3.7"
9-
env: TOXENV=ci37
9+
env: TOXENV=py37
1010
- python: "3.8"
11-
env: TOXENV=ci38
11+
env: TOXENV=py38
1212

1313
cache:
1414
- pip

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = ci37,ci38,cov-report
2+
envlist = py37,py38,cov-report
33

44

55
[testenv]

0 commit comments

Comments
 (0)