Skip to content

Commit

Permalink
Explicitly test Python 3.2 and Python 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed May 29, 2015
1 parent 9d546de commit d2f119d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: python
sudo: false
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
before_install:
- wget https://stockfish.s3.amazonaws.com/stockfish-6-linux.zip
Expand Down

0 comments on commit d2f119d

Please sign in to comment.