We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3320f78 commit 2bdae82Copy full SHA for 2bdae82
.travis.yml
@@ -4,8 +4,7 @@ python:
4
- "3.6"
5
# command to install dependencies
6
install:
7
- - pip install -U pip pytest
8
- - pip install --no-deps -r travis-requirements.txt
+ - pip install -r requirements.txt
9
# command to run tests
10
script:
11
-- ./src/python robot.py test
+- python ./src/robot.py test
0 commit comments