We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8ddab commit 25037a4Copy full SHA for 25037a4
.travis.yml
@@ -8,7 +8,7 @@ env:
8
install:
9
- pip install tox
10
11
-script: tox
+script: tox -e $TOX_ENV
12
13
after_success:
14
- pip install coveralls && cd tests && coveralls
0 commit comments