Skip to content

Commit

Permalink
Let travis-ci test all targetted versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Jan 20, 2017
1 parent 72408bf commit d813774
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,12 @@
language: python
sudo: false
python:
- 2.7
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
install:
- python bootstrap.py
- bin/buildout
Expand Down

0 comments on commit d813774

Please sign in to comment.