File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ [run]
2
+ branch = true
3
+ source = frontera
Original file line number Diff line number Diff line change 1
1
language : python
2
2
python : 2.7
3
+
3
4
env :
4
5
- TOXENV=py27
5
6
- TOXENV=flake8
7
+
6
8
install :
7
- - pip install -U tox wheel
9
+ - pip install -U tox wheel codecov
8
10
- pip install -r requirements/tests.txt
11
+
9
12
before_script :
10
13
- mysql -u root -e "set global innodb_large_prefix=1;"
11
14
- mysql -u root -e "set global innodb_file_format='Barracuda';"
12
15
- mysql -u root -e "set global innodb_file_per_table=true;"
13
16
- tests/run_zmq_broker.sh
17
+
14
18
script : tox
19
+
20
+ after_success :
21
+ - codecov
22
+
15
23
deploy :
16
24
provider : pypi
17
25
distributions : sdist bdist_wheel
Original file line number Diff line number Diff line change 13
13
-r{toxinidir}/requirements.txt
14
14
-r{toxinidir}/requirements/tests.txt
15
15
commands =
16
- py.test --cov =frontera -s -v tests
16
+ py.test --cov-report =term -- cov =frontera -s -v tests
17
17
18
18
[testenv:flake8]
19
19
changedir = {toxinidir}
You can’t perform that action at this time.
0 commit comments