Skip to content

Commit

Permalink
Update CI configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Jan 18, 2019
1 parent e775c0a commit a212f51
Showing 1 changed file 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 @@ -5,14 +5,15 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "nightly"

# command to install dependencies
install:
- pip install -r requirements.testing.txt
- pip install -r requirements.testing.txt --upgrade
- pip install -e .

# command to run tests
script:
- py.test -s -v --cov-report xml --cov=authenticatorpy
- py.test -s -v --cov-report xml --cov=authenticatorpy tests/
- codecov

0 comments on commit a212f51

Please sign in to comment.