4 changed files with 16 additions and 24 deletions
@ -1,12 +1,12 @@
|
||||
language: python |
||||
python: |
||||
- "2.6" |
||||
- "2.7" |
||||
- "3.2" |
||||
- "3.3" |
||||
- "3.4" |
||||
- "3.5" |
||||
before_install: |
||||
- sudo apt-get update -qq |
||||
- sudo apt-get install -y xvfb |
||||
script: nosetests |
||||
- "sudo apt-get update -qq" |
||||
- "sudo apt-get install -y xvfb" |
||||
script: |
||||
- "python -m unittest discover" |
||||
|
Loading…
Reference in new issue