Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
ben
/
mwparserfromhell
miroir de
https://github.com/earwig/mwparserfromhell
Suivre
1
Ajouter aux favoris
1
Bifurcation
0
Code
Versions
24
Activité
Parcourir la source
Try Python 3.6 in Travis (
#173
)
tags/v0.4.4
Ben Kurtovic
il y a 8 ans
Parent
5f81d50dd4
révision
c3ec81adc3
2 fichiers modifiés
avec
3 ajouts
et
0 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+2
-0
.travis.yml
+1
-0
setup.py
+ 2
- 0
.travis.yml
Voir le fichier
@@ -6,6 +6,8 @@ python:
- 3.3
- 3.4
- 3.5
- 3.6
- nightly
sudo: false
install:
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install coverage==3.7.1; fi
+ 1
- 0
setup.py
Voir le fichier
@@ -106,6 +106,7 @@ setup(
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Topic :: Text Processing :: Markup"
],
)
Écrire
Aperçu
Chargement…
Annuler
Enregistrer