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 963c570 commit decee14Copy full SHA for decee14
.travis.yml
@@ -2,7 +2,7 @@
2
# travis-ci.org definition for stl_tools build
3
#
4
5
-language: erlang
+language: c
6
env:
7
- PYTHON=python PYSUF='' PYVER=2.7
8
- PYTHON=python3 PYSUF='3' PYVER=3.2
@@ -24,4 +24,4 @@ script:
24
- mkdir $HOME/.matplotlib
25
- "echo 'backend : Agg' > $HOME/.matplotlib/matplotlibrc"
26
- "echo 'backend.qt4 : PyQt4' >> $HOME/.matplotlib/matplotlibrc"
27
- - nosetests-$PYVER
+ - nosetests-$PYVER
0 commit comments