Skip to content

Commit f81e3b0

Browse files
committed
Use python2 and python3
1 parent 7fefc86 commit f81e3b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ before_install:
88
- sudo apt-get install python-pip
99
- pip install --user --upgrade pip
1010
install:
11-
- pip install coveralls
12-
- pip install tox-travis
11+
- pip install --user coveralls
12+
- pip install --user tox-travis
1313
script:
1414
- tox
1515
- coverage report -m

0 commit comments

Comments
 (0)