mirror of
https://github.com/soulaklabs/bitoduc.fr.git
synced 2025-12-08 17:13:23 +00:00
Tentative de correction des problème d'encodage de caractères sur le serveur d'intégration continue (#262)
* Correction du fichier de configuration des tests * Correction de la position de TODO dans le fichier de vocabulaire
This commit is contained in:
committed by
GitHub
parent
8c5aeeeb3b
commit
fe75054b97
@@ -1,7 +1,7 @@
|
||||
language: python
|
||||
python: "3.5"
|
||||
install: pip install -r vérifications/besoins.txt
|
||||
script: python vérifications/vérifie.py
|
||||
install: pip install -r v*rifications/besoins.txt
|
||||
script: python v*rifications/v*rifie.py
|
||||
branches:
|
||||
only:
|
||||
- gh-pages
|
||||
|
||||
Reference in New Issue
Block a user