Skip to content

Commit 685e370

Browse files
author
Tristan
committed
cleanup for pypi
2 parents 10a32be + decee14 commit 685e370

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
*.pyc
44
*.x3g
55
/build
6+
/dist
67
*egg-info
7-
.coverage
8+
.coverage

.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)