Skip to content

Commit

Permalink
Try different approach for travis and python 3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
sallner committed Jul 11, 2016
1 parent 51eb04f commit 952713b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
@@ -1,13 +1,11 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
sudo: false
addons:
apt:
sources:
- deadsnakes
packages:
- python3.5
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
Expand Down

0 comments on commit 952713b

Please sign in to comment.