Skip to content

Commit 9b1c885

Browse files
committed
travis: use pip3
1 parent b74896d commit 9b1c885

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ addons:
3232
- python-tk
3333

3434
before_install:
35-
- pip install pytest pytest-cov code_extract pylint
35+
- pip3 install pytest pytest-cov code_extract pylint
3636
# Make sure to put the readme test at the very end; otherwise it's messing
3737
# around with the other tests.
3838
- code_extract README.md test/zzz_readme_test.py --filter python,test
3939

4040
install:
41-
- pip install -r test_requirements.txt
42-
- pip install .
41+
- pip3 install -r test_requirements.txt
42+
- pip3 install .
4343

4444
cache: pip
4545

0 commit comments

Comments
 (0)