Skip to content

Commit 1d6ce31

Browse files
committed
🚑 install the package before running the tests
1 parent 77fb185 commit 1d6ce31

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.moban.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ targets:
99
- requirements.txt: requirements.txt.jj2
1010
- "tests/requirements.txt": "tests/custom_requirements.txt.jj2"
1111
- "docs/source/conf.py": "docs/conf.py_t"
12-
- test.sh: test.script.jj2
13-
- test.bat: test.script.jj2
1412
- "gitfs2/_version.py": "_version.py.jj2"
1513
- .gitignore: gitignore.jj2
1614
- .travis.yml: travis.yml.jj2

test.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pip freeze
2+
python setup.py develop
23
nosetests --with-coverage --cover-package gitfs2 --cover-package tests tests docs/source gitfs2

test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pip freeze
2+
python setup.py develop
23
nosetests --with-coverage --cover-package gitfs2 --cover-package tests tests docs/source gitfs2

0 commit comments

Comments
 (0)