We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79b5d6 commit 4bfe2edCopy full SHA for 4bfe2ed
.travis.yml
@@ -31,6 +31,6 @@ install:
31
before_script:
32
- curl -Os --retry 5 https://uploader.codecov.io/latest/linux/codecov
33
- chmod +x codecov
34
-script: tox -- -v -nauto tests/options/series/data/test_map_data.py
+script: tox -- -v -nauto
35
after_success:
36
- if [[ -e .coverage ]]; then ./codecov -t $CODECOV_TOKEN; fi
0 commit comments