Ver código fonte

Added Python version to TravisCI configuration

pull/147/head
Johannes 8 anos atrás
pai
commit
13ce3334c4
1 arquivos alterados com 6 adições e 1 exclusões
  1. +6
    -1
      .travis.yml

+ 6
- 1
.travis.yml Ver arquivo

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

Carregando…
Cancelar
Salvar