Fix Travis CI by only doing one cd

This commit is contained in:
Brandon Rhodes 2019-09-19 16:21:40 -04:00
parent aae60da592
commit f4fbaa962f
1 changed files with 3 additions and 2 deletions

View File

@ -16,5 +16,6 @@ install:
- "pip install dist/jplephem-*.tar.gz"
script:
- "cd ci && unit2 jplephem.test"
- "cd ci && python -m jplephem.jpltest"
- "cd ci"
- "unit2 jplephem.test"
- "python -m jplephem.jpltest"