Merge pull request #329 from adam111316/feature/FasterTravisBuilds

Change travis to new container builds for faster unit testing
This commit is contained in:
adam111316 2015-05-02 16:46:25 +08:00
commit 517eed2412
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)