Skip to content

Commit

Permalink
Updated travis.yml for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath committed Mar 29, 2019
1 parent 6a51792 commit 9cec151
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ env:
- DJANGO_VERSION=1.11
install:
- pip install -q Django==$DJANGO_VERSION
- python setup.py -q install
- pip install .[flake8]
- pip install -e .[flake8,tests]
script:
- flake8
- ./run_tests.py
- pytest
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
'isort==4.3.4',
'testfixtures==6.3.0',
],
'tests': TESTS,
}


Expand Down

0 comments on commit 9cec151

Please sign in to comment.