Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolgyes committed Feb 20, 2020
1 parent 9746455 commit 8f24ed8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:
- pip install --upgrade pip setuptools wheel
- pip install coveralls codecov pyflakes
- pip install -r requirements.txt
- python3 -m coverage run -a setup.py install
- python3 -m coverage run -a --source . setup.py install
- pip install git+https://github.com/dvolgyes/zenodo_get

script:
Expand Down
2 changes: 1 addition & 1 deletion tests/test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

CMD="python3 -m coverage run -a --source zenodo_get -m zenodo_get "
CMD="python3 -m coverage run -a --source zenodo_get -m zenodo_get"
$CMD
$CMD -h
$CMD --cite
Expand Down
10 changes: 5 additions & 5 deletions tests/win-test.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
REM #
cd tests
python ../src/zenodo_get.py 10.5281/zenodo.1215979 -m -e -k
python ../src/zenodo_get.py -d 10.5281/zenodo.1215979 -w urls.txt -n
python ../src/zenodo_get.py -r 1215979 -w -
python ../src/zenodo_get.py 1215979 -R 3 -p 2 -n
python ../src/zenodo_get.py 1215979
python -m zenodo_get 10.5281/zenodo.1215979 -m -e -k
python -m zenodo_get -d 10.5281/zenodo.1215979 -w urls.txt -n
python -m zenodo_get -r 1215979 -w -
python -m zenodo_get 1215979 -R 3 -p 2 -n
python -m zenodo_get 1215979

0 comments on commit 8f24ed8

Please sign in to comment.