Browse Source

travis: test nightly

Bastien Sevajol 8 years ago
parent
commit
6ac4913663
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml View File

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