We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2b01c commit a9dac87Copy full SHA for a9dac87
.travis.yml
@@ -2,6 +2,8 @@ language: python
2
sudo: false
3
python:
4
- "2.7"
5
+ - "3.3"
6
+ - "3.4"
7
install:
8
- pip install -e .
9
script: python runtests.py
0 commit comments