Parcourir la source

travis: test nightly

Bastien Sevajol il y a 8 ans
Parent
révision
6ac4913663
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml Voir le fichier

@@ -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"