Skip to content

Commit

Permalink
Update Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelobelli committed Oct 14, 2018
1 parent b8a66e4 commit a2705c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ matrix:
- python: '3.6.3'
- python: '3.6.4'
- python: '3.6.5'
- python: '3.6.6'
- python: '3.7.0'
dist: xenial
sudo: true
Expand All @@ -19,7 +20,7 @@ install:
- pip install coveralls

script:
- coverage run --source=PyNFSe setup.py test
- pytest

after_success:
- coveralls

0 comments on commit a2705c3

Please sign in to comment.