Skip to content

Commit

Permalink
refactored requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Dec 28, 2020
1 parent 8b4883a commit 41a59cc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ deps =
:preinstall1: Cython<=0.29.21,>=0.29.13
:preinstall1: numpy<=1.19.2,>=1.16.4
:preinstall2: numexpr<=2.7.1,>=2.6.9
-rtest_requirements.txt
-roptional_requirements.txt
-rrequirements-tests.txt
-rrequirements-optional.txt

[testenv:{py37,py38,py39}-docs]
# build documentation under similar environment to readthedocs
changedir = docs
deps =
-rrtfd_requirements.txt
-rrequirements-docs.txt
commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html

Expand All @@ -42,7 +42,7 @@ commands =
[testenv:{py36,py37,py38,py39}-dochtml]
changedir = docs
deps =
-rrtfd_requirements.txt
-rrequirements-docs.txt
commands =
sphinx-build -W -b singlehtml -d {envtmpdir}/doctrees . _build/singlehtml

Expand All @@ -58,7 +58,7 @@ commands =
nosetests -v petl --with-coverage --cover-package=petl
deps =
{[testenv]deps}
-rremotes_requirements.txt
-rrequirements-remote.txt

[testenv:database]
# Create test containers with the following commands:
Expand All @@ -74,7 +74,7 @@ deps =
SQLAlchemy
psycopg2-binary
# mysqlclient
-rtest_requirements.txt
-rrequirements-tests.txt

[testenv:mysqldb]
basepython = python2.7
Expand All @@ -83,6 +83,6 @@ setenv =
deps =
MySQL-python==1.2.5
SQLAlchemy==1.2.10
-rtest_requirements.txt
-rrequirements-tests.txt
commands =
nosetests -v --stop petl

0 comments on commit 41a59cc

Please sign in to comment.