Skip to content

Commit 80e6e46

Browse files
committed
add make test
1 parent 8f3add7 commit 80e6e46

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ language: python
22
python:
33
- "2.7"
44
- "3.2"
5+
- "3.4"
56

67
# command to install dependencies
78
install:
89
- pip install -r requirements_python`python version.py`.txt --use-mirrors
910

1011
# command to run tests
11-
script: nosetests && sphinx-build -nW -b html -d docs/_build/doctrees docs docs/_build/html
12+
script: make test

makefile Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ register:
55

66
upload:
77
python setup.py sdist upload
8+
9+
test:
10+
nosetests
11+
sphinx-build -nW -b html -d docs/_build/doctrees docs docs/_build/html

0 commit comments

Comments
 (0)