We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600fd78 commit a28ec96Copy full SHA for a28ec96
.travis.yml
@@ -25,9 +25,9 @@ install:
25
- wget https://github.com/marqh/terra/archive/master.zip
26
- unzip master.zip
27
- cd terra-master
28
- - python setup.py --quiet install
+ - sudo python3 setup.py --quiet install
29
- cd ..
30
31
32
script:
33
- python -m unittest discover -s bald.tests -v
+ python3 -m unittest discover -s bald.tests -v
0 commit comments