.travis.yml - toot - Unnamed repository; edit this file 'description' to name t… | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
.travis.yml (128B) | |
--- | |
1 language: python | |
2 | |
3 python: | |
4 - "3.3" | |
5 - "3.4" | |
6 - "3.5" | |
7 - "3.6" | |
8 - "nightly" | |
9 | |
10 install: | |
11 - pip install -e . | |
12 | |
13 script: py.test |