Browse Source

Fix travis ci (#79)

* fix travis ci

* fix python alias
master
tamirmich 1 year ago
committed by GitHub
parent
commit
7a7758d900
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tox.ini

+ 2
- 2
tox.ini View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.7.2
envlist = flake8, py3flake8, py35, py36, py37, py38, py39, pypy, pypy3
envlist = flake8, py3flake8, python3.5, python3.6, python3.7, python3.8, python3.8, pypy, pypy3
skip_missing_interpreters = true
[testenv]
@ -9,7 +9,7 @@ deps =
requests
pytest
pytest-cov
passenv = CI TRAVIS TRAVIS_*
passenv = CI,TRAVIS,TRAVIS_*
commands = pytest --cov-report term-missing --cov logzio tests -v
[testenv:flake8]


Loading…
Cancel
Save