Skip to content

Commit

Permalink
removed commented-out lines from the (now working) tox and CircleCI c…
Browse files Browse the repository at this point in the history
…onfig files

#53
  • Loading branch information
monocongo committed Jan 31, 2020
1 parent 4265ff7 commit b64dadd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
34 changes: 0 additions & 34 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,6 @@
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#

# ------ WORKFLOW VERSION ------
#version: 2
#jobs:
#
# # using tox
# toxify:
#
# docker:
# - image: circleci/python:3.7
#
# steps:
# - checkout
# # download and cache dependencies
# - restore_cache:
# keys:
# - v1-dependencies-{{ checksum "requirements.txt" }}
# # fallback to using the latest cache if no exact match is found
# - v1-dependencies-
#
# - run: pip install tox && tox
#
#workflows:
# version: 2
#
# cvdata:
# jobs:
# - toxify

# ------ NON-WORKFLOW VERSION ------
jobs:
build:
docker:
Expand Down Expand Up @@ -73,12 +43,8 @@ jobs:
command: |
. venv/bin/activate
tox
# coverage run tests
# store artifacts (for example logs, binaries, etc)
# to be available in the web app or through the API
- store_artifacts:
path: test-reports

# - store_test_results:
# path: test-results
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ deps =
commands =
python setup.py check -m -s
coverage run -m pytest tests {posargs}
; py.test tests {posargs}
; coverage xml -i
codecov

0 comments on commit b64dadd

Please sign in to comment.