Change travis to new container builds for faster unit testing

This commit is contained in:
Adam 2015-04-22 23:45:41 +08:00
parent 6d9f2856e3
commit b1b993fbe0
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
language: python
sudo: false
python:
- 2.6
- 2.7

View file

@ -26,6 +26,7 @@
* Change handle more varieties of media quality
* Change to prevent another scheduled search when one of the same type is already running
* Add custom show lists to home page
* Change travis to new container builds for faster unit testing
### 0.8.3 (2015-04-25 08:48:00 UTC)