Skip to content

Commit

Permalink
Added Python 3.5 to travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucretiel committed May 19, 2016
1 parent ed0af3e commit b9c2815
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python
python:
- '3.3'
- '3.4'
- '3.5'
install:
- pip install -e .
- pip install pytest-cov pytest-pep8 coveralls
Expand All @@ -16,6 +17,6 @@ deploy:
secure: kLTVnrjyggnqaGnLAi5M02LDGIC/hfQmdFD+2onZVjRyj3EKYvZ/INz9NtIPgMo4ocixe59LPJI40nORm53ifPiKZs0HikRw7Z/ebzqDXsyShlP4alxd35jXglDV+dRF8yT86UxlLYaUWp5JYODcGKZuMpBGqxu6KD2apq1EILc=
on:
tags: true
python: '3.4'
python: '3.5'
distributions: sdist bdist_wheel
sudo: false
sudo: false

0 comments on commit b9c2815

Please sign in to comment.