Skip to content

Commit 5a0daf8

Browse files
author
Hugo Osvaldo Barrera
committed
Add env variable to identify extra tests
Add an env var to easily identify travis runs that have differing requirements.
1 parent f1e3221 commit 5a0daf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@ matrix:
3636
python: 3.6
3737
after_install:
3838
- echo click_repl >> requirements.txt
39+
env: TOXENV=py EXTRAS=click_repl
3940
- # Run tests with incompatible test dependencies:
4041
python: 3.6
4142
after_install:
4243
- echo pyicu >> requirements.txt
44+
env: TOXENV=py EXTRAS=pyicu
4345

4446
addons:
4547
apt:

0 commit comments

Comments
 (0)