Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Jun 29, 2019
1 parent 9435586 commit 2310123
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,5 @@
envlist = py36,py37

[testenv]
deps =
-r{toxinidir}/requirements.txt
# Testing in travis ci
commands =
pytest --cobra example/MetaCoin.sol --allow_paths /home/travis/build/cobraframework/pytest-cobra/example
;# Testing in without travis ci
;commands =
; pytest --cobra example/MetaCoin.sol --allow_paths {toxinidir}/example
deps = -r{toxinidir}/requirements.txt
commands = pytest tests

0 comments on commit 2310123

Please sign in to comment.