parent
8230fa17d5
commit
d6f1f5c2cc
@ -1,11 +1,9 @@ |
||||
# Config file for automatic testing at travis-ci.org |
||||
|
||||
sudo: false # http://docs.travis-ci.com/user/migrating-from-legacy/ |
||||
language: python |
||||
|
||||
python: |
||||
- "3.3" |
||||
- "2.7" |
||||
|
||||
- 2.7 |
||||
- 3.3 |
||||
- 3.4 |
||||
install: pip install -r requirements/dev.txt |
||||
|
||||
script: py.test tests |
||||
|
Loading…
Reference in new issue