Prevent myself from running with old Python

Since I use an `ELLIPSIS` option that appears to not work under 2.7.
This commit is contained in:
Brandon Rhodes 2019-01-03 23:31:26 -05:00
parent e39f7d605e
commit 31549ce716
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
cd $(dirname "$0")
cd ..
python -m doctest -o ELLIPSIS /dev/stdin < jplephem/__init__.py
python3 -m doctest -o ELLIPSIS /dev/stdin < jplephem/__init__.py