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 2b5dc4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: python
python:
- 3.5
install:
- pip install .
install: true
script:
- echo python setup.py test
- pip install .
- python setup.py test
branches:
only:
- master

0 comments on commit 2b5dc4f

Please sign in to comment.