Also removes unnecessary pip install from travis config
selenium-screenshot-testing
Kevin Chung 2017-03-10 01:17:17 -05:00
parent 613ede5738
commit 967129a009
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,6 @@ language: python
python:
- 2.7
install:
- pip install -r requirements.txt
- pip install -r development.txt
script:
- nosetests

View File

@ -10,6 +10,7 @@ services:
- DATABASE_URL=mysql+pymysql://root@db/ctfd
volumes:
- .data/CTFd/logs:/opt/CTFd/CTFd/logs
- .data/CTFd/uploads:/opt/CTFd/CTFd/uploads
links:
- db:db