Navigation Menu

Skip to content

Commit

Permalink
fix: point travis to right test file
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Jul 30, 2018
1 parent 9b33b3e commit 9485a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -17,6 +17,6 @@ install:
- if [[ $PYTHON_MAJOR_VERSION == 2 ]]; then pip install -e .; fi
- if [[ $PYTHON_MAJOR_VERSION == 3 ]]; then pip3 install -e .; fi
script:
- if [[ $PYTHON_MAJOR_VERSION == 2 ]]; then py.test -v -x test; fi
- if [[ $PYTHON_MAJOR_VERSION == 3 ]]; then python3 -m pytest -v -x test; fi
- if [[ $PYTHON_MAJOR_VERSION == 2 ]]; then py.test -v -x test.py; fi
- if [[ $PYTHON_MAJOR_VERSION == 3 ]]; then python3 -m pytest -v -x test.py; fi

0 comments on commit 9485a58

Please sign in to comment.