Skip to content

Commit 4bfe2ed

Browse files
committed
Reverted .travis.yml to run full test suite.
1 parent b79b5d6 commit 4bfe2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ install:
3131
before_script:
3232
- curl -Os --retry 5 https://uploader.codecov.io/latest/linux/codecov
3333
- chmod +x codecov
34-
script: tox -- -v -nauto tests/options/series/data/test_map_data.py
34+
script: tox -- -v -nauto
3535
after_success:
3636
- if [[ -e .coverage ]]; then ./codecov -t $CODECOV_TOKEN; fi

0 commit comments

Comments
 (0)