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
 language: python
1
 language: python
2
 python:
2
 python:
3
   - "3.4"
3
   - "3.4"
4
+  - nightly
4
 install:
5
 install:
5
   - "pip install -r tests_requirements.txt --upgrade"
6
   - "pip install -r tests_requirements.txt --upgrade"
6
   - "pip install python-coveralls"
7
   - "pip install python-coveralls"