Skip to content

Commit

Permalink
Changed order
Browse files Browse the repository at this point in the history
  • Loading branch information
tducret committed Jul 10, 2018
1 parent d2bc936 commit 07c8448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ language: python
python:
- "3.6"
# command to install dependencies
install:
- pip install .
before_script:
- pip install -r requirements.txt
- pip install python-coveralls
- pip install pytest-cov
install:
- pip install .
# command to run tests
script:
- pytest # or py.test for Python versions 3.5 and below
Expand Down

0 comments on commit 07c8448

Please sign in to comment.