Skip to content

Commit

Permalink
Set TravisCI to python3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusFreitag committed Sep 3, 2017
1 parent 26d03b1 commit e3e4b78
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
@@ -1,5 +1,5 @@
language: python
python: 2.7
python: 3.5

install:
- pip install coveralls nose
Expand All @@ -9,4 +9,4 @@ script:
- nosetests --with-coverage --cover-package=keepasshttp

after_success:
- coveralls
- coveralls

0 comments on commit e3e4b78

Please sign in to comment.