We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b74b4 commit b0c88b8Copy full SHA for b0c88b8
.travis.yml
@@ -11,15 +11,15 @@ install:
11
- cd datastore
12
- pip install .
13
- pip install -r requirements.txt
14
- - cd ../ctrl
+ - cd ../actsys
15
16
17
- cd ..
18
# command to run tests
19
# The first runs pylint, reads the code raiting and errors if the rating is below 8.
20
# The second runs the tests.
21
script:
22
- - cd ctrl
+ - cd actsys
23
- pylint --ignore-patterns=test* control | tee /dev/tty | gawk 'match($0, /[0-9]\.[0-9]*\//, a) {exit a[1]}' || [[ $? == 0 || $? -ge 8 ]]
24
- python -m pytest . --cov=control --cov-report term-missing --cov-report xml
25
- cd ../datastore
0 commit comments