Skip to content

Commit decee14

Browse files
committed
Update .travis.yml
1 parent 963c570 commit decee14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# travis-ci.org definition for stl_tools build
33
#
44

5-
language: erlang
5+
language: c
66
env:
77
- PYTHON=python PYSUF='' PYVER=2.7
88
- PYTHON=python3 PYSUF='3' PYVER=3.2
@@ -24,4 +24,4 @@ script:
2424
- mkdir $HOME/.matplotlib
2525
- "echo 'backend : Agg' > $HOME/.matplotlib/matplotlibrc"
2626
- "echo 'backend.qt4 : PyQt4' >> $HOME/.matplotlib/matplotlibrc"
27-
- nosetests-$PYVER
27+
- nosetests-$PYVER

0 commit comments

Comments
 (0)