Parcourir la source

Added Python version to TravisCI configuration

pull/147/head
Johannes il y a 8 ans
Parent
révision
13ce3334c4
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. +6
    -1
      .travis.yml

+ 6
- 1
.travis.yml Voir le fichier

@@ -1 +1,6 @@
language: python
language: python
python:
- "2.7"
# command to install dependencies
install:
- pip install -r requirements.txt

Chargement…
Annuler
Enregistrer