Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff84f87

Browse files
committed
Adding circle CI config
1 parent 978f0bd commit ff84f87

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.circle/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[tox]
2-
envlist = py3-ci
2+
envlist = py{3.5,3.6}
33
skipsdist = True
44

55
[testenv]
66
basepython =
77
pep8: python
8-
py3-ci: python3.6.2
98
py3.5: python3.5
109
py3.6: python3.6
1110

@@ -26,9 +25,6 @@ commands = flake8
2625
[testenv:venv]
2726
commands = {posargs}
2827

29-
[testenv:py3-ci]
30-
commands = pytest -vv --tb=long --capture=sys --cov=fdk --capture=fd {toxinidir}/fdk/tests
31-
3228
[testenv:py3.5]
3329
commands = pytest -vv --tb=long --capture=sys --cov=fdk --capture=fd {toxinidir}/fdk/tests
3430

0 commit comments

Comments
 (0)