https://github.com/lmfit/lmfit-py
Revision d7bc8b4f553d5a9065c80df193bd1e8929415d91 authored by reneeotten on 29 August 2019, 22:27:39 UTC, committed by reneeotten on 27 September 2019, 15:44:38 UTC
Use the Travis CI Python versions in combination with pip for testing;
this has a few advantages:
- it is slightly faster than using conda
- with pip we can more easily install the *exact* minimum required
    versions of dependences
- allows for testing of Python development versions (i.e., 3.8)

Only potential drawback is that we do not necessarily the latest (micro)
version of Python, but for our testing that shouldn't matter.
1 parent 9a8906e
History
Tip revision: d7bc8b4f553d5a9065c80df193bd1e8929415d91 authored by reneeotten on 29 August 2019, 22:27:39 UTC
TST: update .travis.yml
Tip revision: d7bc8b4
File Mode Size
.github
NIST_STRD
asv_benchmarking
conda-recipe
doc
examples
lmfit
tests
.gitattributes -rw-r--r-- 393 bytes
.gitignore -rwxr-xr-x 218 bytes
.pre-commit-config.yaml -rw-r--r-- 1.1 KB
.travis.yml -rw-r--r-- 1.3 KB
INSTALL -rw-r--r-- 466 bytes
LICENSE -rw-r--r-- 3.6 KB
MANIFEST.in -rw-r--r-- 522 bytes
README.rst -rw-r--r-- 3.9 KB
THANKS.txt -rw-r--r-- 2.7 KB
publish_docs.sh -rw-r--r-- 951 bytes
requirements-dev.txt -rw-r--r-- 183 bytes
requirements.txt -rw-r--r-- 70 bytes
setup.cfg -rw-r--r-- 561 bytes
setup.py -rw-r--r-- 2.6 KB
versioneer.py -rw-r--r-- 67.0 KB

README.rst

back to top