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 1568bbf commit 58c9a43Copy full SHA for 58c9a43
.travis.yml
@@ -53,6 +53,7 @@ before_install:
53
- echo $TRAVIS_PYTHON_VERSION
54
- if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then ./configure --prefix=$VIRTUAL_ENV --with-python; fi
55
- if [[ $TRAVIS_PYTHON_VERSION == "3."* ]]; then ./configure --prefix=$VIRTUAL_ENV --with-python3; fi
56
+ - if [[ $TRAVIS_PYTHON_VERSION == "nightly" ]]; then ./configure --prefix=$VIRTUAL_ENV --with-python3; fi
57
- make && make install
58
59
- PATH=$VIRTUAL_ENV/bin:$PATH
0 commit comments