Explorar el Código

travis: test nightly

Bastien Sevajol hace 8 años
padre
commit
6ac4913663
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml Ver fichero

@@ -1,6 +1,7 @@
1 1
 language: python
2 2
 python:
3 3
   - "3.4"
4
+  - nightly
4 5
 install:
5 6
   - "pip install -r tests_requirements.txt --upgrade"
6 7
   - "pip install python-coveralls"