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.
1 parent 86270df commit 3e8f73fCopy full SHA for 3e8f73f
.travis.yml
@@ -6,4 +6,5 @@ python:
6
install:
7
- pip install -q -e . --use-mirrors
8
# command to run tests
9
-script: python setup.py test
+script: python manage.py test
10
+sudo: false
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:2
+FROM python:3.4
2
3
RUN mkdir -p /usr/src/app
4
WORKDIR /usr/src/app
setup.py
@@ -11,10 +11,6 @@
11
url = "https://github.com/burke-software/django-simple-import",
12
packages=find_packages(),
13
include_package_data=True,
14
- test_suite='setuptest.setuptest.SetupTestSuite',
15
- tests_require=(
16
- 'django-setuptest',
17
- ),
18
classifiers=[
19
"Development Status :: 5 - Production/Stable",
20
'Environment :: Web Environment',
0 commit comments