Skip to content

Commit 3e8f73f

Browse files
committed
Try to get travis to work
1 parent 86270df commit 3e8f73f

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ python:
66
install:
77
- pip install -q -e . --use-mirrors
88
# command to run tests
9-
script: python setup.py test
9+
script: python manage.py test
10+
sudo: false

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:2
1+
FROM python:3.4
22

33
RUN mkdir -p /usr/src/app
44
WORKDIR /usr/src/app

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
url = "https://github.com/burke-software/django-simple-import",
1212
packages=find_packages(),
1313
include_package_data=True,
14-
test_suite='setuptest.setuptest.SetupTestSuite',
15-
tests_require=(
16-
'django-setuptest',
17-
),
1814
classifiers=[
1915
"Development Status :: 5 - Production/Stable",
2016
'Environment :: Web Environment',

0 commit comments

Comments
 (0)