Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Mar 14, 2019
1 parent b8588d6 commit 452559a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions requirements/testing-py27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-r core-py27.txt
-r test.txt
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ envlist = py27,py35,py36

[testenv]
deps =
-r requirements-py27.txt
-r requirements/testing-py27.txt
pytest
commands =
./runtests.py {posargs:tests}
pytest {posargs:tests}

[testenv:py35]
basepython = python3.5
deps =
-r requirements.txt
./runtests.py
-r requirements/testing.txt
pytest

[testenv:py36]
basepython = python3.6
Expand Down

0 comments on commit 452559a

Please sign in to comment.