File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 11language : python
22sudo : false
33python :
4- - " 2.7"
5- - " 3.4"
6- - " 3.5"
4+ - 2.7
5+ - 3.4
6+ - 3.5
77before_install :
8- - " sh scripts/setup_arangodb.sh"
8+ - sh scripts/setup_arangodb.sh
99install :
10- - " pip install ."
10+ - pip install coverage
11+ - pip install pytest
12+ - pip install pytest-cov
13+ - pip install python-coveralls
14+ - python setup.py install
1115script :
12- - " py.test -v"
16+ - py.test --cov-report= --cov=arango tests/
17+ after_success :
18+ - coveralls
Original file line number Diff line number Diff line change 1313 url = 'https://github.com/joowani/python-arango' ,
1414 packages = find_packages (),
1515 include_package_data = True ,
16- install_requires = ['requests' , 'pytest' , ' six' ]
16+ install_requires = ['requests' , 'six' ]
1717)
You can’t perform that action at this time.
0 commit comments