Skip to content

Commit

Permalink
Run pytest with warnings to try to diagnose AppVeyor Python 3.8 issue…
Browse files Browse the repository at this point in the history
…s [skip travis]
  • Loading branch information
jobovy committed Mar 15, 2020
1 parent 75c37b5 commit 1305a0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ install:
- python setup.py develop --single_ext

test_script:
- pytest -v %TEST_FILES% --cov galpy --cov-config .coveragerc_travis --disable-pytest-warnings
- pytest -v %TEST_FILES% --cov galpy --cov-config .coveragerc_travis
# --disable-pytest-warnings

0 comments on commit 1305a0a

Please sign in to comment.