Ver código fonte

travis: test nightly

Bastien Sevajol 10 anos atrás
pai
commit
6ac4913663
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml Ver arquivo

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"