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

Remplacer build.sh / test.sh par invoke #85

Open
1 of 3 tasks
greut opened this issue Mar 20, 2017 · 6 comments
Open
1 of 3 tasks

Remplacer build.sh / test.sh par invoke #85

greut opened this issue Mar 20, 2017 · 6 comments
Assignees

Comments

@greut
Copy link
Member

greut commented Mar 20, 2017

  • invoke html -> sphinx-build -b html ...
  • invoke checks -> pycodestyle, pydocstyle, etc.
  • invoke do-i-need-to-rebase -> git fech + 🎉
  • etc.
@greut
Copy link
Member Author

greut commented Mar 21, 2017

@JonathanGuerne avec le fichier invoke.yaml, ça semble le faire. Dites-moi si vous rencontrez des problèmes.

run:
  shell: C:\Windows\System32\cmd.exe

@JonathanGuerne
Copy link
Contributor

le build HTML avec Invoke est maintenant fonctionnel dans ma version locale !

@JonathanGuerne
Copy link
Contributor

JonathanGuerne commented Mar 21, 2017

pycodestyle n'est pas dans le fichier requirement.txt, faut-il l'ajouter (ainsi que pydocstyle) ou peut-on trouver un moyen de les installer s'il n'existent pas dans l'environnement ?

@greut
Copy link
Member Author

greut commented Mar 21, 2017

@JonathanGuerne
Copy link
Contributor

mince alors je ne suis pas à jour de mon côté ^^'

@greut
Copy link
Member Author

greut commented Mar 23, 2017

Pour un do I need to rebase, il faudrait être dans cette situation là.

$ git checkout -b branche origin/master
# OU on force la branche existante à suivre origin/master
$ git branch --set-upstream-to origin/master

# mise à jour
$ git fetch

# git status se base là-dessus
$ LANG=C git status
On branch foo
Your branch and 'origin/master' have diverged,
and have 1 and 83 different commits each, respectively.

Si le message est have diverged alors il faudrait faire un rebase.

Pour votre culture ou si vous êtes désireux de le faire.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants