File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,3 @@ test_script:
3434branches :
3535 only :
3636 - master
37- - develop
Original file line number Diff line number Diff line change @@ -14,12 +14,10 @@ before_script:
1414- git config --global user.name "travis-test"
1515- git config --global user.email "travis@test.com"
1616script :
17- - nosetests --logging-level=WARN
18- - nosetests gitless/tests/test_e2e.py --logging-level=WARN
17+ - python -m unittest discover gitless/tests
1918branches :
2019 only :
2120 - master
22- - develop
2321jobs :
2422 include :
2523 - stage : Pack snap
Original file line number Diff line number Diff line change 1- # make sure to update setup.py
1+ # make sure to update setup.py if you make any changes to this file
22
33argcomplete >= 1.11.1
44pygit2 == 1.1.1 # requires libgit2 0.99 or 1.0
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ description: |
1313 Git), you can always fall back on Git. And of course your coworkers you
1414 share a repo with need never know that you're not a Git aficionado.
1515
16+ # Base snap for snapd that is based on Ubuntu 18.04
1617base : core18
1718
1819grade : devel # 'stable' for stable/candidate upload
You can’t perform that action at this time.
0 commit comments