Skip to content

Commit 9e0ecf9

Browse files
committedJul 26, 2014
travis.yml update
1 parent ebc5d8f commit 9e0ecf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ python:
77
install:
88
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then make build26; fi
99
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then make build27; fi
10-
- if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then make build3; fi
11-
- if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then make build3; fi
10+
- if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then make build33; fi
11+
- if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then make build34; fi
1212
script: make test

0 commit comments

Comments
 (0)
Please sign in to comment.