Skip to content

Commit 2bdae82

Browse files
authored
trying to get travis to run tests, part 2.
1 parent 3320f78 commit 2bdae82

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ python:
44
- "3.6"
55
# command to install dependencies
66
install:
7-
- pip install -U pip pytest
8-
- pip install --no-deps -r travis-requirements.txt
7+
- pip install -r requirements.txt
98
# command to run tests
109
script:
11-
- ./src/python robot.py test
10+
- python ./src/robot.py test

0 commit comments

Comments
 (0)