Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Prep for pyhton3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisPiip committed Apr 13, 2017
1 parent 2ac30ac commit 9a09bd7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ install:
script:
- export LINO_CACHE_ROOT=$TRAVIS_BUILD_DIR/lino_cache
- mkdir $LINO_CACHE_ROOT
- inv prep test
- if [[ $TRAVIS_BRANCH == python3 -o $TRAVIS_PYTHON_VERSION == 2* ]]; then inv cov; else exit 0; fi;
# - inv prep test
# - inv cov --no-html

after_script:
Expand Down
15 changes: 15 additions & 0 deletions requirements.python3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
-e git+https://github.com/lino-framework/atelier.git@stable#egg=atelier
-e git+https://github.com/lsaffre/commondata.git#egg=commondata
-e git+https://github.com/lsaffre/commondata-be.git#egg=commondata.be
-e git+https://github.com/lsaffre/commondata-ee.git#egg=commondata.ee
-e git+https://github.com/lino-framework/lino.git@stable#egg=lino
-e git+https://github.com/lino-framework/xl.git@stable#egg=lino_xl
-e git+https://github.com/lino-framework/noi.git@stable#egg=lino_noi
-e git+https://github.com/lino-framework/cosi.git@stable#egg=lino_cosi
-e git+https://github.com/lino-framework/voga.git@stable#egg=lino_voga
-e git+https://github.com/lino-framework/presto.git@stable#egg=lino_presto
-e git+https://github.com/lino-framework/welfare.git@stable#egg=lino_welfare
-e git+https://github.com/lino-framework/avanti.git@stable#egg=lino_avanti
-e git+https://github.com/eliben/pycparser@release_v2.14#egg=pycparser
-e git+https://github.com/cylonoven/django-mailbox.git#egg=django_mailbox
radicale

0 comments on commit 9a09bd7

Please sign in to comment.