Skip to content

Commit

Permalink
Removed requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Nov 29, 2018
1 parent 3fac2a0 commit a35c7c3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ matrix:
script:
- make check
install:
- pip install .[tests,develop]
- make init
script:
- make doctest
- make coverage
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
init:
pip install -r requirements.txt
pip install .[tests,develop]

test:
py.test tests/ --doctest-modules matchpy/ README.rst docs/example.rst
Expand Down
2 changes: 1 addition & 1 deletion make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if /I %1 == docs goto :docs
goto :eof

:init
pip install -r requirements.txt
pip install .[tests,develop]
goto :eof

:test
Expand Down
10 changes: 0 additions & 10 deletions requirements.txt

This file was deleted.

0 comments on commit a35c7c3

Please sign in to comment.