Skip to content

Commit

Permalink
fix for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
bukun committed Apr 10, 2021
1 parent 53cb17e commit 8132493
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ services:
# postgresql: "9.4"
# currently points to 3.7-dev# command to install dependencies
install:
- pip install -r doc/requirements_dev.txt
- pip install -r doc/requirements.txt
- pip install -r doc/requirements-dev.txt
# command to run tests

before_script:
Expand All @@ -23,4 +24,4 @@ script:
- python helper.py -i init
- python3 -m pytest tester

# - nosetests --exe -v -d tester
# - nosetests --exe -v -d tester
File renamed without changes.
File renamed without changes.

0 comments on commit 8132493

Please sign in to comment.