Explorar el Código

configure travis-ci

https://travis-ci.org/fphammerle/freesurfer-volume-reader
Fabian Peter Hammerle hace 5 años
padre
commit
7237f65f08
Se han modificado 1 ficheros con 17 adiciones y 0 borrados
  1. 17 0
      .travis.yml

+ 17 - 0
.travis.yml

@@ -0,0 +1,17 @@
+language: python
+
+python:
+- 3.4
+- 3.5
+- 3.6
+- 3.6-dev
+- 3.7
+- 3.7-dev
+
+install:
+- pip install pipenv
+- pipenv sync --dev
+
+script:
+- pipenv run pylint freesurfer_volume_reader
+- pipenv run pytest