Skip to content

Commit 664edd5

Browse files
committed
Use the correct requirements file.
1 parent f5155fe commit 664edd5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ sudo: false
33
python:
44
- "2.7"
55
install:
6-
- "pwd"
7-
- "ls"
86
- "pip install --upgrade pip"
9-
- "pip install -r requirements.pip"
7+
- "pip install -r requirements.txt"
108
- "python setup.py install"
119
before_script:
1210
- "export DISPLAY=:99.0"

0 commit comments

Comments
 (0)