Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
chore: kill the base requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
pjenvey committed Mar 23, 2017
1 parent 5242b3f commit edf927b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r base-requirements.txt
-r requirements.txt
sphinx>=1.3.1
sphinxcontrib-httpdomain>=1.3.0
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ setenv = with_gmp=no

[testenv:flake8]
commands = flake8 autopush
deps = -rbase-test-requirements.txt
deps = flake8

[testenv:py36-mypy]
commands = mypy autopush
Expand Down

0 comments on commit edf927b

Please sign in to comment.