Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jul 16, 2019
1 parent 822b52c commit 023df80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

install:
- pip install -r requirements.txt
- sed -i "s/__VERSION__/${TRAVIS_TAG:9.9.9}/g" setup.py
- sed -i "s/__VERSION__/${TRAVIS_TAG:=9.9.9}/g" setup.py
- python setup.py install

script:
Expand Down

0 comments on commit 023df80

Please sign in to comment.