diff --git a/circle.yml b/circle.yml index 99a6f04..9b9f7b6 100644 --- a/circle.yml +++ b/circle.yml @@ -24,4 +24,4 @@ test: - bandit -r md_pdf/ - mdp --update-csl - cd test-files/ && mdp -vvv - - nose2 + - scripts/run-tests.sh diff --git a/dev-requirements.txt b/dev-requirements.txt index bae884c..6364219 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,3 @@ bandit==1.4.0 flake8==3.3.0 -nose2==0.6.5 safety==0.5.1 diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh new file mode 100755 index 0000000..8eacbe1 --- /dev/null +++ b/scripts/run-tests.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + + +python3 -m unittest -v