Skip to content

Commit fed3861

Browse files
committed
Merge c-parser branch
2 parents c36a2f0 + 7e4d704 commit fed3861

25 files changed

+6730
-1491
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
language: python
22

33
python:
4-
- 2.5
54
- 2.6
65
- 2.7
76
- 3.1
87
- 3.2
98

109
install:
11-
- "if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install --use-mirrors simplejson; fi"
1210
- pip install --use-mirrors cython numpy nose pytz python-dateutil
1311

1412
script:

0 commit comments

Comments
 (0)