Skip to content

Commit

Permalink
#147: fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kmyk committed Mar 19, 2018
1 parent 297983f commit 47c8d88
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,9 +2,9 @@ language: python
python:
- 3.5
install:
- pip install .
- python setup.py install
script:
- echo python setup.py test
- python setup.py test
branches:
only:
- master

0 comments on commit 47c8d88

Please sign in to comment.