summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptmcg <ptmcg@austin.rr.com>2021-11-09 12:01:19 -0600
committerptmcg <ptmcg@austin.rr.com>2021-11-09 12:01:19 -0600
commit6bb97ccb95f2c4e6ade43fe8d8dbf654f7198264 (patch)
tree9bd97cbc3d3f13788694deb46fcb58352b0716de
parent8048431b1d3bea25f1cc7f84bca91b4f8e921dbe (diff)
downloadpyparsing-git-6bb97ccb95f2c4e6ade43fe8d8dbf654f7198264.tar.gz
Make Travis run all tox environments
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 188012c..e059770 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ install:
- pip install tox codecov
script:
- - tox
+ - tox -e ALL
after_success:
- codecov