Removed unittest2 from .travis.yml

pull/259/merge
Karl Hobley 2014-06-03 09:43:10 +01:00
rodzic 406218438e
commit 6107fa0bcf
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ services:
install:
- python setup.py install
- pip install psycopg2 pyelasticsearch elasticutils==0.8.2 wand
- pip install coveralls unittest2
- pip install coveralls
# Pre-test configuration
before_script:
- psql -c 'create database wagtaildemo;' -U postgres