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.
2 parents 10a32be + decee14 commit 685e370Copy full SHA for 685e370
.gitignore
@@ -3,5 +3,6 @@
3
*.pyc
4
*.x3g
5
/build
6
+/dist
7
*egg-info
-.coverage
8
+.coverage
.travis.yml
@@ -2,7 +2,7 @@
2
# travis-ci.org definition for stl_tools build
#
-language: erlang
+language: c
env:
- PYTHON=python PYSUF='' PYVER=2.7
- 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