Skip to content

Commit

Permalink
Simplify travis yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique committed Sep 12, 2018
1 parent 18073f8 commit 79ffca6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ python:
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install --upgrade pytest
- pip install --upgrade pytest-ordering
- pip install --upgrade pytest pytest-ordering
- python setup.py install
# command to run tests
script: py.test surf

0 comments on commit 79ffca6

Please sign in to comment.