Use the correct requirements file.

This commit is contained in:
Michael Mintz 2015-12-05 20:39:12 -05:00
parent f5155fe2d1
commit 664edd503b
1 changed files with 1 additions and 3 deletions

View File

@ -3,10 +3,8 @@ sudo: false
python:
- "2.7"
install:
- "pwd"
- "ls"
- "pip install --upgrade pip"
- "pip install -r requirements.pip"
- "pip install -r requirements.txt"
- "python setup.py install"
before_script:
- "export DISPLAY=:99.0"