Commit Graph

3 Commits (35856b0a9afc4043e8a2b67614709c322cdb419a)

Author SHA1 Message Date
Manuel Kaufmann 238e594f13 Ignore warnings on pytest summary
Ignore warnings for Django 2.0 (we will need them once we migrate) and
remove external dependencies warnings (there is not too much we can do
here for now).
2018-12-04 12:21:31 +01:00
David Fischer 0198a4ffba
Make the donate tests run in CI 2017-09-25 19:19:00 -07:00
Berker Peksag 556a672781 Speed up build process (#2312)
* We don't need all dependecies to run 'tox -e lint'
* We don't really use pytest-django but it wouldn't hurt
  setting --reuse-db
* coveralls doesn't seem to be working at the moment so
  I removed it
* Delete unused runtests.sh. 'tox -e py27' already does
  the same job.
* Cache all dependencies in Travis CI
2016-07-18 11:31:37 -07:00