1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-01-16 20:38:15 +01:00

add python 3.2 and 3.3 to the tested versions

This commit is contained in:
Brad Pitcher 2014-02-09 11:58:11 -08:00
parent b68e2ad8e7
commit ad98369309

View File

@ -4,6 +4,8 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
before_install:
- sudo add-apt-repository -y ppa:chrysn/openscad
- sudo apt-get update -qq