Skip to content

Commit

Permalink
Python cmd for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
smrg-lm committed Nov 6, 2020
1 parent b65e5bb commit bf3d0af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ python:
- "nightly"
- "pypy3"
install:
# - pip3 install -r requirements.txt
- python3 setup.py develop --user
# - pip install -r requirements.txt
- python setup.py install #develop --user # Fails selectively for different versions.
script:
- python3 -m unittest discover -s tests
- python -m unittest discover -s tests

0 comments on commit bf3d0af

Please sign in to comment.