Skip to content

Commit

Permalink
🚑 install the package before running the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Aug 13, 2019
1 parent 77fb185 commit 1d6ce31
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .moban.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ targets:
- requirements.txt: requirements.txt.jj2
- "tests/requirements.txt": "tests/custom_requirements.txt.jj2"
- "docs/source/conf.py": "docs/conf.py_t"
- test.sh: test.script.jj2
- test.bat: test.script.jj2
- "gitfs2/_version.py": "_version.py.jj2"
- .gitignore: gitignore.jj2
- .travis.yml: travis.yml.jj2
Expand Down
1 change: 1 addition & 0 deletions test.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pip freeze
python setup.py develop
nosetests --with-coverage --cover-package gitfs2 --cover-package tests tests docs/source gitfs2
1 change: 1 addition & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pip freeze
python setup.py develop
nosetests --with-coverage --cover-package gitfs2 --cover-package tests tests docs/source gitfs2

0 comments on commit 1d6ce31

Please sign in to comment.