Skip to content
Snippets Groups Projects
Commit 75255d2e authored by Meredith L. Patterson's avatar Meredith L. Patterson
Browse files

SCons doesn't support Python 3! So 2.7 only it is. Oh well.

parent bd160381
No related branches found
No related tags found
Loading
......@@ -6,22 +6,6 @@ env:
- BINDINGS=none
matrix:
include:
- compiler: gcc
language: python
python: 3.3
env: BINDINGS=python
- compiler: clang
language: python
python: 3.3
env: BINDINGS=python
- compiler: gcc
language: python
python: 3.2
env: BINDINGS=python
- compiler: clang
language: python
python: 3.2
env: BINDINGS=python
- compiler: gcc
language: python
python: 2.7
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment