Skip to content

Commit

Permalink
fix Traivs CI permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha-xone committed May 20, 2019
1 parent ceef906 commit a79d8e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -20,10 +20,8 @@ install:

script:
- flake8 --extend-ignore=E701,E501 xbbg
- chmod +x pytest
- pytest --doctest-module --cov -v xbbg

before_install:
- chmod +x build.sh

after_success:
- codecov --token=ff17768d-30bd-4917-98f2-a011606597ea

0 comments on commit a79d8e9

Please sign in to comment.