Skip to content

Commit a28ec96

Browse files
committed
p3
1 parent 600fd78 commit a28ec96

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
@@ -25,9 +25,9 @@ install:
2525
- wget https://github.com/marqh/terra/archive/master.zip
2626
- unzip master.zip
2727
- cd terra-master
28-
- python setup.py --quiet install
28+
- sudo python3 setup.py --quiet install
2929
- cd ..
30-
- python setup.py --quiet install
30+
- sudo python3 setup.py --quiet install
3131

3232
script:
33-
python -m unittest discover -s bald.tests -v
33+
python3 -m unittest discover -s bald.tests -v

0 commit comments

Comments
 (0)