Skip to content

Commit

Permalink
Changing circleci to use tox
Browse files Browse the repository at this point in the history
  • Loading branch information
mtakaki committed May 17, 2020
1 parent b4585a8 commit b75da5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -41,7 +41,8 @@ jobs:
- run:
name: run tests
command: |
tox -e circle
source venv/bin/activate
tox -e circleci
- store_test_results:
path: test-reports
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -3,7 +3,7 @@
envlist = py37,pytest,black,flake8,linters,docs

[testenv]
passenv = SSH_AUTH_SOCK
passenv = SSH_AUTH_SOCK CODACY_PROJECT_TOKEN COVERALLS_REPO_TOKEN
deps =
-rdev_requirements.txt
-rrequirements.txt
Expand Down

0 comments on commit b75da5f

Please sign in to comment.