Skip to content

Commit f2f19b0

Browse files
authored
Merge pull request open-source-parsers#670 from cdunn2001/fix-travis
Fix travis
2 parents 614671d + 026c39f commit f2f19b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# http://stackoverflow.com/questions/22111549/travis-ci-with-clang-3-4-and-c11/30925448#30925448
77
# to allow C++11, though we are not yet building with -std=c++11
88

9+
before_install: pyenv global 3.5
910
install:
1011
- if [[ $TRAVIS_OS_NAME == osx ]]; then
1112
brew update;
@@ -38,7 +39,6 @@ addons:
3839
- g++-4.9
3940
- clang-3.5
4041
- valgrind
41-
- python3
4242
os:
4343
- linux
4444
language: cpp

0 commit comments

Comments
 (0)