1
0
mirror of https://github.com/vikstrous/pirate-get synced 2025-01-09 09:59:51 +01:00

Merge pull request #133 from vikstrous/fix-tests

configure cicleci again
This commit is contained in:
Viktor Stanchev 2020-03-31 07:51:51 -04:00 committed by GitHub
commit 890d6a7d85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,10 @@
machine:
python:
version: 3.4.2
dependencies:
override:
- pip install -r requirements-test.txt
- python setup.py install
test:
override:
- coverage run -m unittest discover
post:
- mkdir -p $CIRCLE_ARTIFACTS/coverage
- cd /home/ubuntu/pirate-get && coverage html
- cp -R /home/ubuntu/pirate-get/htmlcov/* $CIRCLE_ARTIFACTS/coverage
- coveralls
version: 2
jobs:
build:
docker:
- image: circleci/python:3.6
steps:
- checkout
- run: pip install -r requirements-test.txt
- run: coverage run -m unittest discover
- run: coveralls