Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978f0bd commit ff84f87Copy full SHA for ff84f87
.circle/config.yml
@@ -0,0 +1,7 @@
1
+version: 2
2
+jobs:
3
+ build:
4
+ machine:
5
+ pre:
6
+ - cat /etc/*release
7
+ - pyenv global 3.5.2 3.6.2
tox.ini
@@ -1,11 +1,10 @@
[tox]
-envlist = py3-ci
+envlist = py{3.5,3.6}
skipsdist = True
[testenv]
basepython =
pep8: python
8
- py3-ci: python3.6.2
9
py3.5: python3.5
10
py3.6: python3.6
11
@@ -26,9 +25,6 @@ commands = flake8
26
25
[testenv:venv]
27
commands = {posargs}
28
29
-[testenv:py3-ci]
30
-commands = pytest -vv --tb=long --capture=sys --cov=fdk --capture=fd {toxinidir}/fdk/tests
31
-
32
[testenv:py3.5]
33
commands = pytest -vv --tb=long --capture=sys --cov=fdk --capture=fd {toxinidir}/fdk/tests
34
0 commit comments