Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Feb 6, 2020
1 parent 7c029a6 commit a12f7f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ matrix:
python: 3.8
# - env: TOX_ENV=pypy
# python: pypy
install: pip install -r requirements/testing.txt
install: pip install -r requirements/testing.txt -r requirements/release.txt

before_script:
- sleep 10
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ passenv = *
setenv = PYTHON_TAG = py27
deps =
-r{toxinidir}/requirements/testing.txt
-r{toxinidir}/requirements/release.txt
; -r{toxinidir}/requirements/release.txt
commands =
bash {toxinidir}/./scripts/prepare_build_py27.sh
bash {toxinidir}/./scripts/clean_up.sh
Expand Down

0 comments on commit a12f7f1

Please sign in to comment.